X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=blobdiff_plain;f=xmltooling%2Fsecurity%2Fimpl%2FAbstractPKIXTrustEngine.cpp;h=d3c9449a68b7855c2069a975c9f9a7271c15dc69;hp=b98ce39d60f5c9ca119cc2ee5b83d813165ecfa7;hb=422fcf25c85000689330796120233f62fc44572c;hpb=68513b998c0d21e350635ecc80e40216651460a5 diff --git a/xmltooling/security/impl/AbstractPKIXTrustEngine.cpp b/xmltooling/security/impl/AbstractPKIXTrustEngine.cpp index b98ce39..d3c9449 100644 --- a/xmltooling/security/impl/AbstractPKIXTrustEngine.cpp +++ b/xmltooling/security/impl/AbstractPKIXTrustEngine.cpp @@ -169,7 +169,7 @@ bool AbstractPKIXTrustEngine::checkEntityNames( buf[len] = '\0'; subjectstr+=buf; } - log.debugStream() << "certificate subject: " << subjectstr << CategoryStream::ENDLINE; + log.debugStream() << "certificate subject: " << subjectstr << logging::eol; // The flags give us LDAP order instead of X.500, with a comma plus space separator. len=X509_NAME_print_ex(b2,subject,0,XN_FLAG_RFC2253 + XN_FLAG_SEP_CPLUS_SPC - XN_FLAG_SEP_COMMA_PLUS); BIO_flush(b2);