aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/attr/attr_provider.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-31 17:28:46 +0200
committerTobias Brunner <tobias@strongswan.org>2010-04-06 12:47:40 +0200
commit8b0e09103b5e7e55b20380c44f093b1cef95480c (patch)
tree2b231876b34c525a20ad2b5fc15d8aabb57eba99 /src/libhydra/plugins/attr/attr_provider.c
parent9ed6341d3f1f48c9528a21b9d2da83bfc05bb756 (diff)
downloadstrongswan-8b0e09103b5e7e55b20380c44f093b1cef95480c.tar.bz2
strongswan-8b0e09103b5e7e55b20380c44f093b1cef95480c.tar.xz
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Diffstat (limited to 'src/libhydra/plugins/attr/attr_provider.c')
-rw-r--r--src/libhydra/plugins/attr/attr_provider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libhydra/plugins/attr/attr_provider.c b/src/libhydra/plugins/attr/attr_provider.c
index 269a3f3a2..7f802250e 100644
--- a/src/libhydra/plugins/attr/attr_provider.c
+++ b/src/libhydra/plugins/attr/attr_provider.c
@@ -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;
}
}