Be less verbose if IP allocation for a single pool fails

This commit is contained in:
Martin Willi
2012-08-30 16:43:44 +02:00
parent 980c468cdc
commit 7f52f621c2
@@ -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;
}