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

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