# HG changeset patch # User sirebral # Date 1250931865 18000 # Node ID 6226a5f9a4b367e70af0d7adffe2dbbdbc94f610 # Parent 37a11fea33042b4fe4304302f50e744aacf5e626 Fixing images from last push diff -r 37a11fea3304 -r 6226a5f9a4b3 orpg/mapper/images.py --- a/orpg/mapper/images.py Sat Aug 22 04:02:14 2009 -0500 +++ b/orpg/mapper/images.py Sat Aug 22 04:04:25 2009 -0500 @@ -142,7 +142,7 @@ self.__lock.acquire() try: logger.debug("Adding Image to Queue from Cache: " + str(self.__cache[path])) - component.debug('chat').InfoPost("Adding Image to Queue from Cache: " + str(self.__cache[path]) + ") + component.debug('chat').InfoPost("Adding Image to Queue from Cache: " + str(self.__cache[path]) + "") self.__queue.put((self.__cache[path], image_type, imageId)) finally: self.__lock.release() diff -r 37a11fea3304 -r 6226a5f9a4b3 orpg/orpg_version.py --- a/orpg/orpg_version.py Sat Aug 22 04:02:14 2009 -0500 +++ b/orpg/orpg_version.py Sat Aug 22 04:04:25 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Ornery Orc" -BUILD = "090822-00" +BUILD = "090822-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"