Only show favicon-message in debug mode

This commit is contained in:
Thomas Kolb 2013-08-21 16:08:55 +02:00
parent 119ac79beb
commit d1dbaeb55b
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ static int connection_handler(void * cls,
// serv the favicon, if requested
if(strcmp(url, "/favicon.png") == 0) {
LOG(LVL_INFO, "Serving FavIcon request.");
LOG(LVL_DEBUG, "Serving FavIcon request.");
return MHD_queue_response(connection, MHD_HTTP_OK, faviconResponse);
}