From 7b72af2eba657d2f25f4d03d00027a7b9632a9bc Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 16 May 2009 11:05:15 +0200 Subject: [PATCH] another lease identity to be single-quoted --- src/charon/plugins/stroke/stroke_attribute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charon/plugins/stroke/stroke_attribute.c b/src/charon/plugins/stroke/stroke_attribute.c index 833a2c9fb..a7925ce3e 100644 --- a/src/charon/plugins/stroke/stroke_attribute.c +++ b/src/charon/plugins/stroke/stroke_attribute.c @@ -304,7 +304,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 %Y went offline", address, id); + DBG1(DBG_CFG, "lease %H by '%Y' went offline", address, id); pool->offline->put(pool->offline, id, (void*)offset); found = TRUE; }