We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fbe89 commit 14b11c4Copy full SHA for 14b11c4
pdns/ueberbackend.cc
@@ -73,7 +73,7 @@ bool UeberBackend::loadmodule(const string &name)
73
void *dlib=dlopen(name.c_str(), RTLD_NOW);
74
75
if(dlib == NULL) {
76
- L<<Logger::Warning <<"Unable to load module '"<<name<<"': "<<dlerror() << endl;
+ L<<Logger::Error<<"Unable to load module '"<<name<<"': "<<dlerror() << endl;
77
if(name.find("gsqlite3")!=string::npos)
78
L<<Logger::Warning <<"Trying to load gsqlite3backend? Make sure pdns_server was compiled with sqlite3!" <<endl;
79
return false;
0 commit comments