mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 13:19:48 +03:00
http: print port in error message
This commit is contained in:
parent
05046f756b
commit
6c386ce946
@ -1483,7 +1483,8 @@ _http_serv_start(u3_http* htp_u)
|
||||
u3_king_bail();
|
||||
}
|
||||
if ( c3y == htp_u->dis ) {
|
||||
u3l_log("http: %s\n", uv_strerror(sas_i));
|
||||
u3l_log("http: listen (%" PRIu16 "): %s\n", htp_u->por_s,
|
||||
uv_strerror(sas_i));
|
||||
u3_king_bail();
|
||||
}
|
||||
if ( (UV_EADDRINUSE == sas_i) || (UV_EACCES == sas_i) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user