summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2015-05-14 08:23:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2015-05-14 08:23:52 (GMT)
commitcc2a1eebc7d77d09180ccb2cfa7aca40d981bda8 (patch)
tree33a5143153da732ca50c89ad54fe4255812b7aaf /library
parente333cabdeec6802bacdab621d6567618954581e6 (diff)
downloadtcl-cc2a1eebc7d77d09180ccb2cfa7aca40d981bda8.zip
tcl-cc2a1eebc7d77d09180ccb2cfa7aca40d981bda8.tar.gz
tcl-cc2a1eebc7d77d09180ccb2cfa7aca40d981bda8.tar.bz2
[6a71dbe6ec] Ensure that compression errors log correctly.
Diffstat (limited to 'library')
-rw-r--r--library/http/http.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl
index 4870f4a..97f6348 100644
--- a/library/http/http.tcl
+++ b/library/http/http.tcl
@@ -1299,7 +1299,7 @@ proc http::Eof {token {force 0}} {
set state(body) [zlib $coding $state(body)]
}
} err]} {
- Log "error doing $coding '$state(body)'"
+ Log "error doing decompression: $err"
return [Finish $token $err]
}