From: Andreas Steffen Date: Tue, 18 May 2010 14:54:20 +0000 (+0200) Subject: clarified secret loading debug output X-Git-Tag: 4.4.1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d7fffc942a02c2e699a644758e932f2b2458744;p=thirdparty%2Fstrongswan.git clarified secret loading debug output --- diff --git a/src/pluto/keys.c b/src/pluto/keys.c index a305a061b3..0a0930abdf 100644 --- a/src/pluto/keys.c +++ b/src/pluto/keys.c @@ -701,7 +701,7 @@ static void log_psk(char *label, secret_t *s) } enumerator->destroy(enumerator); } - plog(" loaded %s for %.*s", label, n, buf); + plog(" loaded %s secret for %.*s", label, n, buf); } static void process_secret(secret_t *s, int whackfd)