From: Simon Ruderich Date: Thu, 6 Jun 2013 23:59:27 +0000 (+0200) Subject: trackfds.h: Remove incorrect debug output. X-Git-Tag: 0.1~99 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=7691b7aa1a84b8bc0f911fd869221679e2ff0c95 trackfds.h: Remove incorrect debug output. --- diff --git a/src/trackfds.h b/src/trackfds.h index 879445b..8237781 100644 --- a/src/trackfds.h +++ b/src/trackfds.h @@ -135,7 +135,6 @@ static void init_from_environment(void) { * elements doesn't hurt. */ if (!init_tracked_fds_list(count)) { /* Couldn't allocate memory, skip this entry. */ - warning("foo\n"); goto next; } }