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
This commit is contained in:
iobyte 2020-06-01 21:30:54 +00:00
parent cea343fec4
commit e13d596f0c

View file

@ -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;
}