Explorar el Código

and forward-port the missing space

svn:r3789
Roger Dingledine hace 20 años
padre
commit
fbeaeb138e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/directory.c

+ 1 - 1
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.":"");