init logger vars when no log to migrate

This commit is contained in:
Yann Leboulanger 2005-12-24 22:33:35 +00:00
parent 2fce0a3bd3
commit d3a13301e5
1 changed files with 2 additions and 1 deletions

View File

@ -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()