Drop from warn to info when using backup file.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 16 Sep 2010 19:43:35 +0000 (19:43 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 16 Sep 2010 19:43:35 +0000 (19:43 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@799 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/util/ReloadableXMLFile.cpp

index 4af8b1d..a7dd68b 100644 (file)
@@ -397,7 +397,7 @@ pair<bool,DOMElement*> ReloadableXMLFile::load(bool backup)
         else {
             // Data comes from a file we have to parse.
             if (backup)
-                m_log.warn("using local backup of remote resource");
+                m_log.info("using local backup of remote resource");
             else
                 m_log.debug("loading configuration from external resource...");