From 493c468d4dfdccf85db9a5b67c348fe12f84ded1 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 3 May 2012 11:49:30 +0200 Subject: [PATCH] charon is now an IKE daemon --- src/libcharon/plugins/stroke/stroke_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcharon/plugins/stroke/stroke_list.c b/src/libcharon/plugins/stroke/stroke_list.c index c3dea8419a..7a6a79bfef 100644 --- a/src/libcharon/plugins/stroke/stroke_list.c +++ b/src/libcharon/plugins/stroke/stroke_list.c @@ -434,7 +434,7 @@ METHOD(stroke_list_t, status, void, now = time_monotonic(NULL); since = time(NULL) - (now - this->uptime); - fprintf(out, "Status of IKEv2 charon daemon (strongSwan "VERSION"):\n"); + fprintf(out, "Status of IKE charon daemon (strongSwan "VERSION"):\n"); fprintf(out, " uptime: %V, since %T\n", &now, &this->uptime, &since, FALSE); #ifdef HAVE_MALLINFO {