summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-25 08:15:19 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-25 08:15:19 +0100
commit0d4fb3da116f6e6704bb8bafe11f4ff865ec6aea (patch)
treeca38679a86f874b0fd8b05caf5a2aef92101a345 /docs
parentfd07459ba8f06ac8674d3c16c16dd41f00aa492e (diff)
downloadwolfbones-0d4fb3da116f6e6704bb8bafe11f4ff865ec6aea.tar.gz
wolfbones-0d4fb3da116f6e6704bb8bafe11f4ff865ec6aea.tar.bz2
added TODOS on problems with the current logging of errno and GetLastError
Diffstat (limited to 'docs')
-rw-r--r--docs/log/TODOS7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/log/TODOS b/docs/log/TODOS
index 06a4c20..3f410b7 100644
--- a/docs/log/TODOS
+++ b/docs/log/TODOS
@@ -1,3 +1,10 @@
+- remove strerror and strerror_r calls in daemon code, replace with
+ wolf_log_strerror; also clean up gettext po files with strerror string
+ in message string (which is wrong)
+- fix new_formatstr, we can't append the FormatStr or strerror_r buffer
+ there! Otherwise GetLastError and the message won't show up in the
+ event log! Maybe have a format string with a %s (%d) placeholder in the
+ end?
- rewrite and clean up, make logging channels, make logging re-entrant
(error in one channel should be logged on all other available channels)
- local localized error handling (GetLastError and strerror_r strings)