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