diff --git a/vere/http.c b/vere/http.c index 64155fda44..9c0fd4d104 100644 --- a/vere/http.c +++ b/vere/http.c @@ -1054,7 +1054,7 @@ _http_start(u3_http* htp_u) uL(fprintf(uH, "http: listen: %s\n", uv_strerror(ret))); } } -#if 0 +#if 1 uL(fprintf(uH, "http: live (%s) on %d\n", (c3y == htp_u->sec) ? "\"secure\"" : "insecure", htp_u->por_w));