]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
clarified secret loading debug output
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 18 May 2010 14:54:20 +0000 (16:54 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 18 May 2010 14:54:25 +0000 (16:54 +0200)
src/pluto/keys.c

index a305a061b3c468a75bbc3427d186cffe7f4c13cb..0a0930abdf1b1da237a17f5182c86b9ad5cb57ab 100644 (file)
@@ -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)