This is a better version of detect_logged_in() for webcit-ng that
[citadel.git] / webcit-ng / http.c
index f39ebe2146a1e2dad4eaa5ea1ec28f2affe3236f..a16e7c5af7ac99122aaef7ae34631a87463e0f13 100644 (file)
@@ -229,7 +229,7 @@ void perform_one_http_transaction(struct client_handle *ch) {
                #endif
 
                // Output the results back to the client.
-               syslog(LOG_DEBUG, "> %03d %s", h.response_code, h.response_string);
+               syslog(LOG_DEBUG, "\033[33m\033[1m> %03d %s\033[0m", h.response_code, h.response_string);
                client_printf(ch, "HTTP/1.1 %03d %s\r\n", h.response_code, h.response_string);
                client_printf(ch, "Connection: close\r\n");
                client_printf(ch, "Content-Length: %ld\r\n", h.response_body_length);