[cpp-xmltooling] 02/02: Lower logging a bit.

Scott Cantor cantor.2 at osu.edu
Fri Apr 20 14:23:35 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=4139d627a838b28db6a595e44fdaa7d061a64c13

commit 4139d627a838b28db6a595e44fdaa7d061a64c13
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 20 14:23:27 2018 -0400

    Lower logging a bit.
---
 xmltooling/util/ReloadableXMLFile.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xmltooling/util/ReloadableXMLFile.cpp b/xmltooling/util/ReloadableXMLFile.cpp
index 14e92fb..87c61f7 100644
--- a/xmltooling/util/ReloadableXMLFile.cpp
+++ b/xmltooling/util/ReloadableXMLFile.cpp
@@ -275,9 +275,9 @@ void* ReloadableXMLFile::reload_fn(void* pv)
     mutex->lock();
 
     if (r->m_local)
-        r->m_log.info("reload thread started...running when signaled");
+        r->m_log.debug("reload thread started...running when signaled");
     else
-        r->m_log.info("reload thread started...running every %d seconds", r->m_reloadInterval);
+        r->m_log.debug("reload thread started...running every %d seconds", r->m_reloadInterval);
 
     while (!r->m_shutdown) {
         if (r->m_local)
@@ -328,7 +328,7 @@ void* ReloadableXMLFile::reload_fn(void* pv)
         }
     }
 
-    r->m_log.info("reload thread finished");
+    r->m_log.debug("reload thread finished");
 
     mutex->unlock();
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list