From 7f52f621c227b412ca497981241e9b91e0951f28 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 27 Aug 2012 16:31:38 +0200 Subject: [PATCH] Be less verbose if IP allocation for a single pool fails --- src/libhydra/attributes/attribute_manager.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libhydra/attributes/attribute_manager.c b/src/libhydra/attributes/attribute_manager.c index a2ee773bde..64dc9c7c91 100644 --- a/src/libhydra/attributes/attribute_manager.c +++ b/src/libhydra/attributes/attribute_manager.c @@ -80,10 +80,6 @@ METHOD(attribute_manager_t, acquire_address, host_t*, enumerator->destroy(enumerator); this->lock->unlock(this->lock); - if (!host) - { - DBG1(DBG_CFG, "acquiring address from pool '%s' failed", pool); - } return host; } -- 2.47.2