From 894936ce9ed3fffd42bfb4939535ae421ea12c3a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 31 Mar 2010 17:39:02 +0200 Subject: Replaced some DBG_LIB with more specific groups. --- src/libhydra/attributes/attribute_manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libhydra/attributes/attribute_manager.c') 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; -- cgit v1.2.3