From: Michal 'vorner' Vaner Date: Fri, 21 Dec 2012 14:07:02 +0000 (+0100) Subject: [1190] Note a ticket number for TODO X-Git-Tag: bind10-1.0.0-rc-release~95^2~21^2~8^2~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=daf78976a3df91027c2a82cd0a794255b60507b0;p=thirdparty%2Fkea.git [1190] Note a ticket number for TODO --- diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in index cf160cb189..693760078c 100755 --- a/src/bin/msgq/msgq.py.in +++ b/src/bin/msgq/msgq.py.in @@ -565,6 +565,7 @@ if __name__ == "__main__": # Init logging, according to the parameters. # FIXME: Do proper logger configuration, this is just a hack + # This is #2582 sev = 'INFO' if options.verbose: sev = 'DEBUG'