1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-10 14:23:00 +03:00

Uniform error messages

This commit is contained in:
Lammert Bies
2017-01-01 02:05:59 +01:00
parent 3a9919eb50
commit d101678e1a
23 changed files with 98 additions and 116 deletions

View File

@@ -116,7 +116,7 @@ void XX_httplib_handle_request( struct httplib_connection *conn ) {
*/
XX_httplib_send_http_error( conn, 503, "%s", "Error: SSL forward not configured properly" );
httplib_cry( DEBUG_LEVEL_ERROR, conn->ctx, conn, "Can not redirect to SSL, no SSL port available" );
httplib_cry( DEBUG_LEVEL_ERROR, conn->ctx, conn, "%s: can not redirect to SSL, no SSL port available", __func__ );
}
return;