[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] add missing space
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor/src/or
Modified Files:
Tag: tor-0_0_9-patches
directory.c
Log Message:
add missing space
Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.181.2.15
retrieving revision 1.181.2.16
diff -u -d -r1.181.2.15 -r1.181.2.16
--- directory.c 23 Feb 2005 22:15:33 -0000 1.181.2.15
+++ directory.c 19 Mar 2005 20:30:05 -0000 1.181.2.16
@@ -649,7 +649,7 @@
else
description2 = "uncompressed";
- log_fn(LOG_INFO, "HTTP body from server '%s' was labeled %s,"
+ log_fn(LOG_INFO, "HTTP body from server '%s' was labeled %s, "
"but it seems to be %s.%s",
conn->address, description1, description2,
(compression>0 && guessed>0)?" Trying both.":"");