diff Framework/Oracle/ThreadedOracle.cpp @ 1140:6333e6f7248e broker

fix cache
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Nov 2019 16:53:15 +0100
parents 87fbeb823375
children 7aad0984d38a
line wrap: on
line diff
--- a/Framework/Oracle/ThreadedOracle.cpp	Thu Nov 07 09:16:31 2019 +0100
+++ b/Framework/Oracle/ThreadedOracle.cpp	Thu Nov 07 16:53:15 2019 +0100
@@ -396,6 +396,7 @@
     }
     else
     {
+      LOG(WARNING) << "Starting oracle with " << workers_.size() << " worker threads";
       state_ = State_Running;
 
       for (unsigned int i = 0; i < workers_.size(); i++)
@@ -424,7 +425,7 @@
       }
       else
       {
-        LOG(INFO) << "Command not enqueued, as the oracle is stopped";
+        LOG(TRACE) << "Command not enqueued, as the oracle has stopped";
         return false;
       }
     }