summaryrefslogtreecommitdiff
path: root/src/common/torgzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/torgzip.c')
-rw-r--r--src/common/torgzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/torgzip.c b/src/common/torgzip.c
index 2ffa47a510..4555ec16f9 100644
--- a/src/common/torgzip.c
+++ b/src/common/torgzip.c
@@ -217,7 +217,7 @@ tor_gzip_uncompress(char **out, size_t *out_len,
goto err;
}
if (inflateInit2(stream, method_bits(method)) != Z_OK) {
- log_warn(LD_GENERAL, "Error from inflateInit2: %s",
+ log_warn(LD_GENERAL, "Error from second inflateInit2: %s",
stream->msg?stream->msg:"<no message>");
goto err;
}