Lower log level.
authorScott Cantor <cantor.2@osu.edu>
Sun, 11 Feb 2007 05:23:44 +0000 (05:23 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 11 Feb 2007 05:23:44 +0000 (05:23 +0000)
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
-    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));
 }