Drop from warn to info when using backup file.
authorScott Cantor <cantor.2@osu.edu>
Thu, 16 Sep 2010 19:43:35 +0000 (19:43 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 16 Sep 2010 19:43:35 +0000 (19:43 +0000)
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...");