diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-11-10 23:55:55 +0100 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-11-10 23:55:55 +0100 |
| commit | ee8486afdbda383bce6990f2e20bbaebc9a2e8b5 (patch) | |
| tree | 7a1161ca8b741abb948ff62c66e386f10a7401af /src/charon/plugins/stroke | |
| parent | a618e33e8baf3a46ee72fa8cd41f8adfdcd3e28e (diff) | |
| download | strongswan-ee8486afdbda383bce6990f2e20bbaebc9a2e8b5.tar.bz2 strongswan-ee8486afdbda383bce6990f2e20bbaebc9a2e8b5.tar.xz | |
adapted log message
Diffstat (limited to 'src/charon/plugins/stroke')
| -rw-r--r-- | src/charon/plugins/stroke/stroke_config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/plugins/stroke/stroke_config.c b/src/charon/plugins/stroke/stroke_config.c index 54d9a150b..08dafd206 100644 --- a/src/charon/plugins/stroke/stroke_config.c +++ b/src/charon/plugins/stroke/stroke_config.c @@ -384,8 +384,8 @@ static auth_cfg_t *build_auth_cfg(private_stroke_config_t *this, if (identity->get_type(identity) == ID_ANY || !certificate->has_subject(certificate, identity)) { - DBG1(DBG_CFG, " peerid %Y not confirmed by certificate, " - "defaulting to subject DN: %Y", identity, + DBG1(DBG_CFG, " id '%Y' not confirmed by certificate, " + "defaulting to '%Y'", identity, certificate->get_subject(certificate)); identity->destroy(identity); identity = certificate->get_subject(certificate); |
