From c2d304366b301a41a2dc2c20602bb27046bf1daf Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 29 Sep 2006 22:51:47 +0000 Subject: r9032@Kushana: nickm | 2006-09-29 18:51:42 -0400 Now, all log messages should be distinct. svn:r8545 --- src/common/torgzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/torgzip.c') 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:""); goto err; } -- cgit v1.2.3-54-g00ecf