]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1927] Remove leftover debug command
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 13 Mar 2013 14:34:51 +0000 (15:34 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 13 Mar 2013 14:34:51 +0000 (15:34 +0100)
Don't put the resetUnitTestRootLogger in production program. This was
just a leftover from some debugging.

src/bin/msgq/msgq.py.in

index f1f20eb778d4c9c61ed4a265a552545a8103ae75..6435c9260a7c673ad3d54e5609666c9f3ed84065 100755 (executable)
@@ -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")