From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 21 Apr 2014 12:04:58 +0000 (+0000)
Subject: Add #122: Allow customized log messages
X-Git-Tag: v_3_0_22~177
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/user-manual/static/@default-cgi@show-url-info?a=commitdiff_plain;h=e9d319fd2966345c2d88f50bcaa1a6df773be451;p=privoxy.git

Add #122: Allow customized log messages
---

diff --git a/TODO b/TODO
index 5aa99ef5..7c0c346d 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.95 2014/02/10 14:38:45 fabiankeil Exp $
+$Id: TODO,v 1.96 2014/04/21 12:04:40 fabiankeil Exp $
 
 Some Privoxy-related tasks, sorted by the time they
 have been added, not by priority.
@@ -345,3 +345,5 @@ http://ijbswa.cvs.sourceforge.net/viewvc/ijbswa/current/TODO
 121) Add HTTP/2 support. As a first step, incomming HTTP/1.x requests
      should be translated to outgoing HTTP/2 requests where possible
      (and if desired by the user).
+
+122) Allow customized log messages.