X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2FAbstractDOMCachingXMLObject.cpp;h=8a23062a7f031b145bb72199600c4397b5791943;hb=2a596f701ccf24b70e6174f805ad4d4f1f4ecd22;hp=3a3d85318977a0aefdb6ccda587feb9bf2e9b02b;hpb=560b05d3f70fb3cc508c1f430198d6e545ef2326;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/AbstractDOMCachingXMLObject.cpp b/xmltooling/AbstractDOMCachingXMLObject.cpp index 3a3d853..8a23062 100644 --- a/xmltooling/AbstractDOMCachingXMLObject.cpp +++ b/xmltooling/AbstractDOMCachingXMLObject.cpp @@ -58,7 +58,7 @@ void AbstractDOMCachingXMLObject::releaseDOM() { Category& log=Category::getInstance(XMLTOOLING_LOGCAT".DOM"); if (log.isDebugEnabled()) - log.debug("Releasing cached DOM reprsentation for %s", getElementQName().toString().c_str()); + log.debug("releasing cached DOM reprsentation for %s", getElementQName().toString().c_str()); setDOM(NULL); } @@ -67,7 +67,7 @@ void AbstractDOMCachingXMLObject::releaseParentDOM(bool propagateRelease) Category& log=Category::getInstance(XMLTOOLING_LOGCAT".DOM"); if (log.isDebugEnabled()) { log.debug( - "Releasing cached DOM representation for parent of %s with propagation set to %s", + "releasing cached DOM representation for parent of %s with propagation set to %s", getElementQName().toString().c_str(), propagateRelease ? "true" : "false" ); } @@ -97,7 +97,7 @@ void AbstractDOMCachingXMLObject::releaseChildrenDOM(bool propagateRelease) Category& log=Category::getInstance(XMLTOOLING_LOGCAT".DOM"); if (log.isDebugEnabled()) { log.debug( - "Releasing cached DOM representation for children of %s with propagation set to %s", + "releasing cached DOM representation for children of %s with propagation set to %s", getElementQName().toString().c_str(), propagateRelease ? "true" : "false" ); }