[or-cvs] fix format bug

Roger Dingledine arma at seul.org
Thu Apr 7 22:03:59 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	connection.c 
Log Message:
fix format bug


Index: connection.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -d -r1.360 -r1.361
--- connection.c	7 Apr 2005 21:07:19 -0000	1.360
+++ connection.c	7 Apr 2005 22:03:56 -0000	1.361
@@ -351,7 +351,7 @@
     return;
   }
   if (conn->outbuf_flushlen) {
-    log_fn(LOG_INFO,"fd %d, type %s, state %d, %d bytes on outbuf.",
+    log_fn(LOG_INFO,"fd %d, type %s, state %s, %d bytes on outbuf.",
            conn->s, conn_type_to_string(conn->type),
            conn_state_to_string(conn->type, conn->state),
            (int)conn->outbuf_flushlen);



More information about the tor-commits mailing list