adapted log message

This commit is contained in:
Andreas Steffen 2009-11-10 23:55:55 +01:00
parent a618e33e8b
commit ee8486afdb
1 changed files with 2 additions and 2 deletions

View File

@ -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);