diff orpg/mapper/images.py @ 17:83fb9a73a30f traipse_dev

Forgot to have the logger spit out URL errors to the console.
author sirebral
date Tue, 21 Jul 2009 02:52:54 -0500
parents cab94a90f9dc
children 78407d627cba
line wrap: on
line diff
--- a/orpg/mapper/images.py	Tue Jul 21 02:35:07 2009 -0500
+++ b/orpg/mapper/images.py	Tue Jul 21 02:52:54 2009 -0500
@@ -121,7 +121,7 @@
                 del self.__fetching[path]
         except IOError:
             del self.__fetching[path]
-            open_rpg.get_component('log').log("Unable to resolve/open the specified URI; image was NOT laoded: " + path, ORPG_GENERAL, False)
+            open_rpg.get_component('log').log("Unable to resolve/open the specified URI; image was NOT laoded: " + path, ORPG_GENERAL, True)
         finally:
             self.__lock.release()