From 63e1e9a9dfa3cc4ed37fb2c7b3ec5ba49414a61b Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sun, 11 Feb 2007 05:23:44 +0000 Subject: [PATCH] Lower log level. --- xmltooling/util/ParserPool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmltooling/util/ParserPool.cpp b/xmltooling/util/ParserPool.cpp index 7e2171c..06bf8ab 100644 --- a/xmltooling/util/ParserPool.cpp +++ b/xmltooling/util/ParserPool.cpp @@ -262,7 +262,7 @@ DOMInputSource* ParserPool::resolveEntity(const XMLCh* const publicId, const XML #ifdef HAVE_GOOD_STL auto_ptr_char temp(systemId); #endif - log.warn("unauthorized entity request (%s), blocking it", temp.get()); + log.debug("unauthorized entity request (%s), blocking it", temp.get()); static const XMLByte nullbuf[] = {0}; return new Wrapper4InputSource(new MemBufInputSource(nullbuf,0,systemId)); } -- 2.1.4