Browse Source

fix typo in src/manager.c

pull/1060/head
Roger Shimizu 7 years ago
committed by Max Lv
parent
commit
f59cd07992
1 changed files with 1 additions and 1 deletions
  1. 2
      src/manager.c

2
src/manager.c

@ -548,7 +548,7 @@ check_port(struct manager_ctx *manager, struct server *server)
ss_free(sock_fds);
if (bind_err == -2) {
LOGI("port is avaiable but can not be locked");
LOGI("port is available but can not be locked");
}
return bind_err == -1 ? -1 : 0;

Loading…
Cancel
Save