Only show favicon-message in debug mode
This commit is contained in:
parent
119ac79beb
commit
d1dbaeb55b
|
@ -475,7 +475,7 @@ static int connection_handler(void * cls,
|
||||||
|
|
||||||
// serv the favicon, if requested
|
// serv the favicon, if requested
|
||||||
if(strcmp(url, "/favicon.png") == 0) {
|
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);
|
return MHD_queue_response(connection, MHD_HTTP_OK, faviconResponse);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue