diff --git a/src/main.c b/src/main.c index fda3934..b5959ff 100644 --- a/src/main.c +++ b/src/main.c @@ -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); }