diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-30 22:02:07 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-30 22:02:07 +0100 |
commit | fd33289346881b96841a598a1f8980212b0bab62 (patch) | |
tree | 2de9e0c65af5c2d138e3141c88fb826c0ea133dc /TODO | |
parent | 6d183c02a50a42743c3031532f458ab5cea0685d (diff) |
Remove most (all?) exit()s with error handling without exiting where possible. Convert most remaining printing to stdout/stderr to debugprint() instead.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -10,7 +10,3 @@ Might need to #include <limits.h> in blabouncer.c to make some operating systems Send a PING to the server before assuming a timeout is definite. Implement daemon (background) mode with optional foreground mode. - -Replace exit(1)s with error handling without exiting where possible. - -Remove all possible stderr/stdout/perror after startup, everything goes to printdebug() unless critical. |