X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Fconnection.c;h=507a18d1c54ad000578f1f5c06344a5336b57b70;hp=7a6c0825a214ea456ae33f332c6da634d86c5771;hb=9f104f23e70b190d3b45555b12e540d0788e14e5;hpb=da3b5fdb4d8c70bea3bc4d2a9b5e4eab737864eb diff --git a/src/connection.c b/src/connection.c index 7a6c082..507a18d 100644 --- a/src/connection.c +++ b/src/connection.c @@ -138,7 +138,7 @@ void handle_connection(int client_socket) { send_bad_request(client_fd_write); goto out; } else if (result == -3) { - LOG(DEBUG1, "read_http_request(): proxy authentication failed"); + LOG(WARNING, "read_http_request(): proxy authentication failed"); send_authentication_required(client_fd_write); goto out; }