aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-01-28 00:37:11 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-01-28 00:37:11 +0000
commiteeb1e2259dd8fafb28c58eeff2a9326768b4968d (patch)
tree9a08fd791d908ac67c725efa5f11e67b77ccd4a3 /src/charon/plugins
parent9599ee1597ac649b97bb37b20adb50ada42d05e7 (diff)
downloadstrongswan-eeb1e2259dd8fafb28c58eeff2a9326768b4968d.tar.bz2
strongswan-eeb1e2259dd8fafb28c58eeff2a9326768b4968d.tar.xz
output pool name string rather than pool pointer
Diffstat (limited to 'src/charon/plugins')
-rw-r--r--src/charon/plugins/stroke/stroke_attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/stroke/stroke_attribute.c b/src/charon/plugins/stroke/stroke_attribute.c
index 7996fb349..e63d660b9 100644
--- a/src/charon/plugins/stroke/stroke_attribute.c
+++ b/src/charon/plugins/stroke/stroke_attribute.c
@@ -265,7 +265,7 @@ static host_t* acquire_address(private_stroke_attribute_t *this,
}
enumerator->destroy(enumerator);
- DBG1(DBG_CFG, "pool %s is full, unable to assign address", pool);
+ DBG1(DBG_CFG, "pool '%s' is full, unable to assign address", pool->name);
break;
}
this->mutex->unlock(this->mutex);