diff Framework/HttpQueries/HttpQueriesQueue.cpp @ 5:5e6de82bb10f

use of user properties instead of BidirectionalPeers option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Sep 2018 15:39:02 +0200
parents 9bcd6eadcff5
children 4c3437217518
line wrap: on
line diff
--- a/Framework/HttpQueries/HttpQueriesQueue.cpp	Mon Sep 17 14:42:57 2018 +0200
+++ b/Framework/HttpQueries/HttpQueriesQueue.cpp	Tue Sep 18 15:39:02 2018 +0200
@@ -223,7 +223,7 @@
         }
         else
         {
-          LOG(ERROR) << "Reached the maximum number of retries for a HTTP query";
+          LOG(INFO) << "Reached the maximum number of retries for a HTTP query";
 
           {
             boost::mutex::scoped_lock lock(mutex_);