From: Martin Willi Date: Mon, 27 Aug 2012 14:31:38 +0000 (+0200) Subject: Be less verbose if IP allocation for a single pool fails X-Git-Tag: 5.0.1~153^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f52f621c227b412ca497981241e9b91e0951f28;p=thirdparty%2Fstrongswan.git Be less verbose if IP allocation for a single pool fails --- 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; }