diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-31 17:39:02 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-04-06 12:47:40 +0200 |
commit | 894936ce9ed3fffd42bfb4939535ae421ea12c3a (patch) | |
tree | ea6fbabbb96b0ab384dad9c233e8739a65d50eb3 /src/libhydra/attributes/attribute_manager.c | |
parent | 8b0e09103b5e7e55b20380c44f093b1cef95480c (diff) | |
download | strongswan-894936ce9ed3fffd42bfb4939535ae421ea12c3a.tar.bz2 strongswan-894936ce9ed3fffd42bfb4939535ae421ea12c3a.tar.xz |
Replaced some DBG_LIB with more specific groups.
Diffstat (limited to 'src/libhydra/attributes/attribute_manager.c')
-rw-r--r-- | src/libhydra/attributes/attribute_manager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libhydra/attributes/attribute_manager.c b/src/libhydra/attributes/attribute_manager.c index 980f47551..3080b56eb 100644 --- a/src/libhydra/attributes/attribute_manager.c +++ b/src/libhydra/attributes/attribute_manager.c @@ -83,7 +83,7 @@ static host_t* acquire_address(private_attribute_manager_t *this, if (!host) { - DBG1(DBG_LIB, "acquiring address from pool '%s' failed", pool); + DBG1(DBG_CFG, "acquiring address from pool '%s' failed", pool); } return host; } @@ -113,7 +113,7 @@ static void release_address(private_attribute_manager_t *this, if (!found) { - DBG1(DBG_LIB, "releasing address to pool '%s' failed", pool); + DBG1(DBG_CFG, "releasing address to pool '%s' failed", pool); } } @@ -206,7 +206,7 @@ static attribute_handler_t* handle(private_attribute_manager_t *this, if (!handled) { - DBG1(DBG_LIB, "handling %N attribute failed", + DBG1(DBG_CFG, "handling %N attribute failed", configuration_attribute_type_names, type); } return handled; |