[or-cvs] fix a malformed warning entry

arma at seul.org arma at seul.org
Fri Oct 7 19:49:50 UTC 2005


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;
   }



More information about the tor-commits mailing list