[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] and forward-port the missing space



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

Modified Files:
	directory.c 
Log Message:
and forward-port the missing space


Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- directory.c	19 Mar 2005 06:57:15 -0000	1.218
+++ directory.c	19 Mar 2005 20:30:23 -0000	1.219
@@ -661,7 +661,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.":"");