diff Core/Logging.cpp @ 3634:103ee029982e storage-commitment

integration default->storage-commitment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 Jan 2020 08:51:31 +0100
parents 19966d299685
children 94f4a18a79cc
line wrap: on
line diff
--- a/Core/Logging.cpp	Thu Jan 23 18:00:46 2020 +0100
+++ b/Core/Logging.cpp	Wed Jan 29 08:51:31 2020 +0100
@@ -553,7 +553,7 @@
       }
     }
 
-    bool IsInfoLevelEnable()
+    bool IsInfoLevelEnabled()
     {
       boost::mutex::scoped_lock lock(loggingMutex_);
       assert(loggingContext_.get() != NULL);
@@ -575,7 +575,7 @@
       }
     }
 
-    bool IsTraceLevelEnable()
+    bool IsTraceLevelEnabled()
     {
       boost::mutex::scoped_lock lock(loggingMutex_);
       assert(loggingContext_.get() != NULL);