]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - modules/lua2backend/lua2backend.cc
Logging: have a global g_log
[thirdparty/pdns.git] / modules / lua2backend / lua2backend.cc
index 254061c7861260210e209575ccee69947ccfa5a2..378203eccdac2c8418b5f3267678e777463468da 100644 (file)
@@ -62,7 +62,7 @@ public:
   {
     BackendMakers().report(new Lua2Factory);
 
-    L << Logger::Info << "[lua2backend] This is the lua2 backend version " VERSION
+    g_log << Logger::Info << "[lua2backend] This is the lua2 backend version " VERSION
 #ifndef REPRODUCIBLE
       << " (" __DATE__ " " __TIME__ ")"
 #endif