strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebc3da
)
clarified secret loading debug output
author
Andreas Steffen
<andreas.steffen@strongswan.org>
Tue, 18 May 2010 14:54:20 +0000
(16:54 +0200)
committer
Andreas Steffen
<andreas.steffen@strongswan.org>
Tue, 18 May 2010 14:54:25 +0000
(16:54 +0200)
src/pluto/keys.c
patch
|
blob
|
history
diff --git
a/src/pluto/keys.c
b/src/pluto/keys.c
index
a305a06
..
0a0930a
100644
(file)
--- 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)