Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
This commit is contained in:
+2
-1
@@ -48,7 +48,8 @@ int main (int arc, char *argv[])
|
||||
database = lib->settings->get_str(lib->settings, "manager.database", NULL);
|
||||
if (!database)
|
||||
{
|
||||
DBG1("database URI undefined, set manager.database in strongswan.conf");
|
||||
DBG1(DBG_LIB, "database URI undefined, set manager.database "
|
||||
"in strongswan.conf");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user