Mercurial > traipse_dev
changeset 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 | 4a73543b8b01 |
children | 67b900deb35c |
files | orpg/mapper/images.py orpg/orpg_version.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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()
--- 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"