summaryrefslogtreecommitdiffstats
path: root/library/http/http.tcl
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)
commitf92428203d7e0a0834f49b6ff3e6c580185d6144 (patch)
tree33a5143153da732ca50c89ad54fe4255812b7aaf /library/http/http.tcl
parent5e27a6a67b6c558a4530e2a08f1ce27f134c4503 (diff)
downloadtcl-f92428203d7e0a0834f49b6ff3e6c580185d6144.zip
tcl-f92428203d7e0a0834f49b6ff3e6c580185d6144.tar.gz
tcl-f92428203d7e0a0834f49b6ff3e6c580185d6144.tar.bz2
[6a71dbe6ec] Ensure that compression errors log correctly.
Diffstat (limited to 'library/http/http.tcl')
-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]
}