[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix a malformed warning entry
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
connection.c
Log Message:
fix a malformed warning entry
Index: connection.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -d -r1.407 -r1.408
--- connection.c 7 Oct 2005 18:48:31 -0000 1.407
+++ connection.c 7 Oct 2005 19:49:48 -0000 1.408
@@ -528,7 +528,7 @@
}
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;
}