From: Roger Dingledine Date: Sat, 19 Mar 2005 20:30:23 +0000 (+0000) Subject: and forward-port the missing space X-Git-Tag: tor-0.1.0.1-rc~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbeaeb138e892f853a7d288695cceca7108223db;p=thirdparty%2Ftor.git and forward-port the missing space svn:r3789 --- diff --git a/src/or/directory.c b/src/or/directory.c index 2b5c84b155..b20869fce6 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -661,7 +661,7 @@ connection_dir_client_reached_eof(connection_t *conn) 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.":"");