From 19d0fd3fdfebd33d63fe8771318dd913c63269be Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Mon, 28 Jun 2010 14:35:07 +0200
Subject: [PATCH] Updated TODO list.

---
 TODO | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO
index 2000419af..0fac48b06 100644
--- a/TODO
+++ b/TODO
@@ -13,11 +13,13 @@ Next (in order of descending priority/precedence):
 * Cleanup the test suite
 	- Make uniform command implementations
 	- Cleanup test scripts
-* Improve error handling. 
+* Improve error handling and logging
 	- Detect permission errors when writing global script binaries and advise the 
 	  administrator on using sievec to precompile the scripts.
 	- Avoid reporting user-caused errors to the master log.
-	- Review error handling; add more warning/info/debug messages where useful.
+	- Review logging and error handling; add more warning/info/debug messages where useful.
+	- Improve logging of script execution (particularly what is currently executed;
+	  a promptly compiled script or the stored binary).
 * Update include extension to latest draft:
 	- Implement required ManageSieve behavior
 * Unfinished new extensions:
-- 
GitLab