Fix typo in log string
This commit is contained in:
parent
fba81e4174
commit
2f05d8dd32
@ -649,7 +649,7 @@ static HANDLE_FUNC (handle_listen)
|
|||||||
|
|
||||||
if (r)
|
if (r)
|
||||||
return r;
|
return r;
|
||||||
log_message (LOG_INFO, "Listing on IP %s", conf->ipAddr);
|
log_message (LOG_INFO, "Listening on IP %s", conf->ipAddr);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user