X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Fconnection.c;h=3254982b32b22f6dc2b2bf0c8dfcdece12fcc7cb;hp=abd89758c463c5399ce1a51f0672442d269b201c;hb=f7b1d8eb6ee068e7562553c00cd9998300ee5311;hpb=3eebfbd0b124c034d57e9ddba051e82fe99ba05f diff --git a/src/connection.c b/src/connection.c index abd8975..3254982 100644 --- a/src/connection.c +++ b/src/connection.c @@ -144,7 +144,7 @@ void handle_connection(int client_socket) { } if (parse_request(buffer, host, port, &version_minor) != 0) { - LOG(WARNING, "bad request: %s", buffer); + LOG(WARNING, "bad request: >%s<", buffer); send_bad_request(client_fd_write); goto out; }