From e13d596f0cd32d7c5383b84a4805b30101fbe934 Mon Sep 17 00:00:00 2001 From: iobyte Date: Mon, 1 Jun 2020 21:30:54 +0000 Subject: [PATCH] make a noisy WebServer Info message Debug git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7122 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: f32abbef8dfd85bae2c1b136d29efc7fd1381ac0 Former-commit-id: 61ff131e8d42d6a8ea9e23e0bcf6bd91082cf0b9 --- src/libs/tgfclient/webserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/tgfclient/webserver.cpp b/src/libs/tgfclient/webserver.cpp index 2e03e865c..f03ee7273 100644 --- a/src/libs/tgfclient/webserver.cpp +++ b/src/libs/tgfclient/webserver.cpp @@ -428,7 +428,7 @@ int WebServer::updateAsyncStatus() if( this->handle_count > 0) { - GfLogInfo("WebServer: Number of async request waiting for a reply from the server: %i\n", this->handle_count); + GfLogDebug("WebServer: Number of async request waiting for a reply from the server: %i\n", this->handle_count); //display some UI to the user to inform him we are waiting a reply from the server webserverState=WEBSERVER_RECEIVING; }