diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-13 15:49:54 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-13 15:49:54 +0000 |
commit | 0eef3bd94dd60e1348294149c7605dbdf72a3d64 (patch) | |
tree | 57da5d201b09c630314411f485e61e4304e371f2 /TODO | |
parent | 8c96c2d363a71ecfbadf1876ac01c16f650bc6e7 (diff) | |
download | mpd-0eef3bd94dd60e1348294149c7605dbdf72a3d64.tar.gz mpd-0eef3bd94dd60e1348294149c7605dbdf72a3d64.tar.xz mpd-0eef3bd94dd60e1348294149c7605dbdf72a3d64.zip |
todo: don't have children write to logs, that's very naughty
git-svn-id: https://svn.musicpd.org/mpd/trunk@726 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,3 +20,8 @@ will make life easier when we add genre and other metadata 3) thourougly rewrite and check signal blocking and unblocking 4) add a --update-only, like --only-create-db, only just for updating + +5) have children close all logging stuff, and redirect stdout and stderr to +/dev/null, and set error bits in the shared log for the parent process +to check when it receives a SIGUSR1, and print logs and then reset values of +error bits. |