init logger vars when no log to migrate
This commit is contained in:
parent
2fce0a3bd3
commit
d3a13301e5
|
@ -107,4 +107,5 @@ def check_and_possibly_create_paths():
|
|||
print _('creating %s directory') % VCARDPATH
|
||||
os.mkdir(VCARDPATH, 0700)
|
||||
if not os.path.isfile(LOG_DB_PATH):
|
||||
create_log_db()
|
||||
create_log_db()
|
||||
gajim.logger.init_vars()
|
||||
|
|
Loading…
Reference in New Issue