changeset c3f79f748c9a in /home/hg/repos/gajim

branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=c3f79f748c9a
description: enable nbxmpp logging when using -v

diffstat:

 src/common/logging_helpers.py |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 2932afabfadc -r c3f79f748c9a src/common/logging_helpers.py
--- a/src/common/logging_helpers.py     Wed May 15 14:24:16 2013 +0400
+++ b/src/common/logging_helpers.py     Thu May 16 21:06:41 2013 +0200
@@ -163,9 +163,11 @@
 
 def set_verbose():
     parseAndSetLogLevels('gajim=1')
+    parseAndSetLogLevels('.nbxmpp=1')
 
 def set_quiet():
     parseAndSetLogLevels('gajim=CRITICAL')
+    parseAndSetLogLevels('.nbxmpp=CRITICAL')
 
 
 # tests
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to