]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
and forward-port the missing space
authorRoger Dingledine <arma@torproject.org>
Sat, 19 Mar 2005 20:30:23 +0000 (20:30 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 19 Mar 2005 20:30:23 +0000 (20:30 +0000)
svn:r3789

src/or/directory.c

index 2b5c84b15593910edba0d3a7af4166b32765e059..b20869fce608aecc1d84edc4826e7a264a5f14d0 100644 (file)
@@ -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.":"");