Adding DBG_LIB to all calls of libstrongswan's version of DBG*.

This commit is contained in:
Tobias Brunner
2010-04-06 12:47:40 +02:00
parent 9ed6341d3f
commit 8b0e09103b
82 changed files with 660 additions and 576 deletions
+2 -1
View File
@@ -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;
}