Add version information in Debug

This commit is contained in:
Florent 2014-01-20 11:25:46 +01:00
commit 8ed0c7f87c
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ class BaseApplication(object):
# ------ BaseApplication methods -------------------------------
def __init__(self, option_parser=None):
self.logger = getLogger(self.APPNAME)
self.logger = getLogger(self.APPNAME + u"-" + self.VERSION)
self.weboob = self.create_weboob()
if self.CONFDIR is None:
self.CONFDIR = self.weboob.workdir