# HG changeset patch # User sirebral # Date 1248162774 18000 # Node ID 83fb9a73a30f4edba502ce4ba902c3324a0b5ea6 # Parent 4a73543b8b01f268c14c286c3a20ce3d104c9b60 Forgot to have the logger spit out URL errors to the console. diff -r 4a73543b8b01 -r 83fb9a73a30f orpg/mapper/images.py --- 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() diff -r 4a73543b8b01 -r 83fb9a73a30f orpg/orpg_version.py --- a/orpg/orpg_version.py Tue Jul 21 02:35:07 2009 -0500 +++ b/orpg/orpg_version.py Tue Jul 21 02:52:54 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Grumpy Goblin" -BUILD = "090721-00" +BUILD = "090721-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"