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
+1 -1
View File
@@ -65,7 +65,7 @@ bool libhydra_init(const char *daemon)
if (lib->integrity &&
!lib->integrity->check(lib->integrity, "libhydra", libhydra_init))
{
DBG1("integrity check of libhydra failed");
DBG1(DBG_LIB, "integrity check of libhydra failed");
return FALSE;
}
return TRUE;