summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-23 22:00:36 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-12-23 22:00:36 +0000
commit831b00dc7ac3f7bff82142ed4aab133e8681d049 (patch)
tree160ddef783a1c664a70d5a236e9baa8fa0c9fe4f /ChangeLog
parentc3124815a1f6a9bb441edd77633f4750d4f3c5b6 (diff)
downloadtinyproxy-831b00dc7ac3f7bff82142ed4aab133e8681d049.tar.gz
tinyproxy-831b00dc7ac3f7bff82142ed4aab133e8681d049.zip
Made the error message regarding the Idle timeout more verbose, and
changed the level to WARNING.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d13189..3340388 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-12-23 Robert James Kaes <rjkaes@flarenet.com>
+ * src/tinyproxy.c (main): Made the error log for the idle time
+ setting more verbose so that it's explains the reasoning
+ better. Also, changed the level to WARNING.
+
* src/reqs.c (process_client_headers): Cleaned up the code to send
the Via header by using the write_message() function.