diff options
Diffstat (limited to 'src/pluto/whack_attribute.c')
-rw-r--r-- | src/pluto/whack_attribute.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pluto/whack_attribute.c b/src/pluto/whack_attribute.c index 2ccfdb3e8..fcb5c13cb 100644 --- a/src/pluto/whack_attribute.c +++ b/src/pluto/whack_attribute.c @@ -160,6 +160,9 @@ METHOD(whack_attribute_t, del_pool, void, { if (streq(name, pool->get_name(pool))) { + DBG(DBG_CONTROL, + DBG_log("deleting virtual IP address pool '%s'", name) + ); this->pools->remove_at(this->pools, enumerator); pool->destroy(pool); break; |