From: Scott Cantor Date: Tue, 20 Jul 2010 16:46:03 +0000 (+0000) Subject: Add linefeeds to signature log boundaries. X-Git-Tag: 1.4RC1~55 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=b7bac4367d87636662ec38151dc896d177563d2f Add linefeeds to signature log boundaries. --- diff --git a/xmltooling/XMLToolingConfig.cpp b/xmltooling/XMLToolingConfig.cpp index 36294be..1d23487 100644 --- a/xmltooling/XMLToolingConfig.cpp +++ b/xmltooling/XMLToolingConfig.cpp @@ -119,7 +119,7 @@ namespace { input = nullptr; } ~TXFMOutputLog() { - m_log.debug("----- END SIGNATURE DEBUG -----"); + m_log.debug("\n----- END SIGNATURE DEBUG -----\n"); } void setInput(TXFMBase *newInput) { @@ -127,7 +127,7 @@ namespace { if (newInput->getOutputType() != TXFMBase::BYTE_STREAM) throw XSECException(XSECException::TransformInputOutputFail, "OutputLog transform requires BYTE_STREAM input"); keepComments = input->getCommentsStatus(); - m_log.debug("----- BEGIN SIGNATURE DEBUG -----"); + m_log.debug("\n----- BEGIN SIGNATURE DEBUG -----\n"); } TXFMBase::ioType getInputType() {