diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-03 11:49:30 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-03 11:49:30 +0200 |
commit | 493c468d4dfdccf85db9a5b67c348fe12f84ded1 (patch) | |
tree | 4c39b0fc5efab6c2038b3819920b5b2f3bf3d143 | |
parent | 40ca363a8b7e8cc0db9aad2d07cee35f651fa63c (diff) | |
download | strongswan-493c468d4dfdccf85db9a5b67c348fe12f84ded1.tar.bz2 strongswan-493c468d4dfdccf85db9a5b67c348fe12f84ded1.tar.xz |
charon is now an IKE daemon
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_list.c b/src/libcharon/plugins/stroke/stroke_list.c index c3dea8419..7a6a79bfe 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 { |