Changed log prefix to 'ttr' to be distinct from normal toontown logs. (can be reverted)

This commit is contained in:
Harvir 2013-10-28 19:04:40 +00:00
parent 6fb562bf20
commit d87b75e14d

View file

@ -26,7 +26,7 @@ class TTRLauncher(LauncherBase):
def __init__(self):
self.http = HTTPClient()
self.logPrefix = 'toontown-'
self.logPrefix = 'ttr-'
ltime = 1 and time.localtime()
logSuffix = '%02d%02d%02d_%02d%02d%02d' % (ltime[0] - 2000, ltime[1], ltime[2],