0

used LOG instead of logging on a few stragglers

This commit is contained in:
Aaron Griffith
2013-12-01 16:39:45 -05:00
parent e26727943f
commit 144cff18e3
4 changed files with 10 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ directory.
codecs.lookup(self.preferredencoding)
except LookupError:
self.preferredencoding = "utf_8"
logging.debug("Preferred enoding set to: %s", self.preferredencoding)
LOG.debug("Preferred enoding set to: %s", self.preferredencoding)
def get_tileset_config(self, name):
"Return the correct dictionary from the parsed overviewerConfig.js"