mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix a malformed warning entry
svn:r5219
This commit is contained in:
parent
010bcfa9df
commit
78edd804ff
@ -528,7 +528,7 @@ connection_create_listener(const char *bindaddress, uint16_t bindport,
|
||||
}
|
||||
|
||||
if (listen(s,SOMAXCONN) < 0) {
|
||||
log_fn(LOG_WARN, "Could not listen on %s%u: %s", address, usePort,
|
||||
log_fn(LOG_WARN, "Could not listen on %s:%u: %s", address, usePort,
|
||||
tor_socket_strerror(tor_socket_errno(s)));
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user