]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Be less verbose if IP allocation for a single pool fails
authorMartin Willi <martin@revosec.ch>
Mon, 27 Aug 2012 14:31:38 +0000 (16:31 +0200)
committerMartin Willi <martin@revosec.ch>
Thu, 30 Aug 2012 14:43:44 +0000 (16:43 +0200)
src/libhydra/attributes/attribute_manager.c

index a2ee773bde7653b66118f8ebbd948c9e5db8ca9f..64dc9c7c91a9331bfa734d8685d70495dab5dc61 100644 (file)
@@ -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;
 }