mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
and forward-port the missing space
svn:r3789
This commit is contained in:
parent
d48961aa6b
commit
fbeaeb138e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue