Skip to content
Snippets Groups Projects
Commit d3a13301 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

init logger vars when no log to migrate

parent 2fce0a3b
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment