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

little bugfix with namespaces

parent 5d8ea9d3
No related branches found
No related tags found
No related merge requests found
......@@ -697,7 +697,7 @@ class Interface:
parser.read()
if gajim.config.get('verbose'):
log.setLevel(logging.DEBUG)
gajim.log.setLevel(gajim.logging.DEBUG)
else:
gajim.log.setLevel(None)
......
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