From: Michal 'vorner' Vaner Date: Wed, 13 Mar 2013 14:34:51 +0000 (+0100) Subject: [1927] Remove leftover debug command X-Git-Tag: bind10-1.1.0beta1-release~45^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0239399581611def5ec0029ff48babb818cc7eb8;p=thirdparty%2Fkea.git [1927] Remove leftover debug command Don't put the resetUnitTestRootLogger in production program. This was just a leftover from some debugging. --- diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in index f1f20eb778..6435c9260a 100755 --- a/src/bin/msgq/msgq.py.in +++ b/src/bin/msgq/msgq.py.in @@ -42,7 +42,6 @@ import isc.cc isc.util.process.rename() isc.log.init("b10-msgq", buffer=True) -isc.log.resetUnitTestRootLogger() # Logger that is used in the actual msgq handling - startup, shutdown and the # poller thread. logger = isc.log.Logger("msgq")