Replaced some DBG_LIB with more specific groups.

This commit is contained in:
Tobias Brunner
2010-04-06 12:47:40 +02:00
parent 8b0e09103b
commit 894936ce9e
6 changed files with 19 additions and 19 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(DBG_LIB, "invalid host in key %s: %s", key, token);
DBG1(DBG_CFG, "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(DBG_LIB, "mapping attribute type %s failed", key);
DBG1(DBG_CFG, "mapping attribute type %s failed", key);
break;
}
}