Fix typos.

This commit is contained in:
C. Guy Yarvin 2015-10-19 13:59:09 -07:00
parent ad67b87200
commit 1ba234cee2

View File

@ -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));