diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-02-11 16:45:14 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-02-11 16:45:14 +0000 |
commit | 392f0e9446d86a16872b17d7aeb6c4ece214dc53 (patch) | |
tree | 3dff8d9ebbef69fe1830194820519e45f6c95bd8 | |
parent | 16c6114ee72c61cd13e75cb33dd6ab246df2d901 (diff) | |
download | strongswan-392f0e9446d86a16872b17d7aeb6c4ece214dc53.tar.bz2 strongswan-392f0e9446d86a16872b17d7aeb6c4ece214dc53.tar.xz |
corrected syntax
-rw-r--r-- | src/charon/plugins/stroke/stroke_attribute.c | 2 |
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 63525ffee..82a5bce23 100644 --- a/src/charon/plugins/stroke/stroke_attribute.c +++ b/src/charon/plugins/stroke/stroke_attribute.c @@ -305,7 +305,7 @@ static bool release_address(private_stroke_attribute_t *this, id = pool->ids->get(pool->ids, id); if (id) { - DBG1(DBG_CFG, "lease %H of %D is gone offline", address, id); + DBG1(DBG_CFG, "lease %H of %D went offline", address, id); pool->offline->put(pool->offline, id, (void*)offset); } } |