shortened debug output

This commit is contained in:
Andreas Steffen
2008-03-21 20:36:19 +00:00
parent 02fd225ea5
commit 36617c1ad5
+2 -2
View File
@@ -939,8 +939,8 @@ static bool verify_trust_chain(private_credential_manager_t *this,
{
if (current->equals(current, issuer))
{
DBG1(DBG_CFG, "certificate \"%D\" is self-signed, but ",
"not trusted", current->get_subject(current));
DBG1(DBG_CFG, " self-signed certificate \"%D\" is not trusted",
current->get_subject(current));
issuer->destroy(issuer);
break;
}