From fd33289346881b96841a598a1f8980212b0bab62 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 30 May 2019 22:02:07 +0100 Subject: Remove most (all?) exit()s with error handling without exiting where possible. Convert most remaining printing to stdout/stderr to debugprint() instead. --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 8db66ba..7d3fd57 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,3 @@ Might need to #include 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. -- cgit v1.2.3