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 -2
View File
@@ -174,7 +174,7 @@ static void load_entries(private_attr_provider_t *this)
host = host_create_from_string(token, 0);
if (!host)
{
DBG1("invalid host in key %s: %s", key, token);
DBG1(DBG_LIB, "invalid host in key %s: %s", key, token);
continue;
}
if (!type)
@@ -195,7 +195,7 @@ static void load_entries(private_attr_provider_t *this)
}
if (!type)
{
DBG1("mapping attribute type %s failed", key);
DBG1(DBG_LIB, "mapping attribute type %s failed", key);
break;
}
}