]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - modules/opendbxbackend/odbxbackend.hh
Logging: have a global g_log
[thirdparty/pdns.git] / modules / opendbxbackend / odbxbackend.hh
index 6ebaf5e356299a03ede2ffeca41fad626f3ea6c9..550e93f205d3ac8ff08eaa85e7bed0b2605a5f86 100644 (file)
@@ -165,7 +165,7 @@ public:
         OdbxLoader()
         {
                BackendMakers().report( &factory );
-               L<< Logger::Info << "[opendbxbackend] This is the opendbx backend version " VERSION
+               g_log<< Logger::Info << "[opendbxbackend] This is the opendbx backend version " VERSION
 #ifndef REPRODUCIBLE
                        << " (" __DATE__ " " __TIME__ ")"
 #endif