Lower log level.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 11 Feb 2007 05:23:44 +0000 (05:23 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sun, 11 Feb 2007 05:23:44 +0000 (05:23 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@250 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/util/ParserPool.cpp

index 7e2171c..06bf8ab 100644 (file)
@@ -262,7 +262,7 @@ DOMInputSource* ParserPool::resolveEntity(const XMLCh* const publicId, const XML
 #ifdef HAVE_GOOD_STL
     auto_ptr_char temp(systemId);
 #endif
 #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));
 }
     static const XMLByte nullbuf[] = {0};
     return new Wrapper4InputSource(new MemBufInputSource(nullbuf,0,systemId));
 }