mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 18:22:09 +01:00
and forward-port the missing space
svn:r3789
This commit is contained in:
parent
d48961aa6b
commit
fbeaeb138e
@ -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.":"");
|
||||
|
Loading…
Reference in New Issue
Block a user