From: Ruben Kerkhof Date: Thu, 17 Jul 2014 18:43:53 +0000 (+0200) Subject: Cleanup backend reporting when module is loaded X-Git-Tag: auth-3.4.0-rc1~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404287243e51f3687af3c389dae8193a200e4684;p=thirdparty%2Fpdns.git Cleanup backend reporting when module is loaded Log everything at the same severity, in the same way. --- diff --git a/modules/bindbackend/bindbackend2.cc b/modules/bindbackend/bindbackend2.cc index 20556208f5..0e934e136f 100644 --- a/modules/bindbackend/bindbackend2.cc +++ b/modules/bindbackend/bindbackend2.cc @@ -1341,7 +1341,7 @@ public: Bind2Loader() { BackendMakers().report(new Bind2Factory); - L< /* FIRST PART */ @@ -99,8 +100,7 @@ public: RandomLoader() { BackendMakers().report(new RandomFactory); - - L<