X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Fconnection.c;h=4a9b40d4af51d5e2e3347fd3cdbbcf279b79c565;hp=507a18d1c54ad000578f1f5c06344a5336b57b70;hb=d591fce15342d7998fcd77c2b282ee2cfc5dfa22;hpb=9f104f23e70b190d3b45555b12e540d0788e14e5 diff --git a/src/connection.c b/src/connection.c index 507a18d..4a9b40d 100644 --- a/src/connection.c +++ b/src/connection.c @@ -192,7 +192,7 @@ void handle_connection(int client_socket) { /* Check response of proxy server. */ if (strncmp(buffer, "HTTP/1.0 200", 12)) { - LOG(WARNING, "bad proxy response: %s", buffer); + LOG(WARNING, "bad proxy response: >%s<", buffer); send_forwarding_failure(client_fd_write); goto out; }