]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
trackfds.h: Remove incorrect debug output.
authorSimon Ruderich <simon@ruderich.org>
Thu, 6 Jun 2013 23:59:27 +0000 (01:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 6 Jun 2013 23:59:27 +0000 (01:59 +0200)
src/trackfds.h

index 879445bc81c47cda6e9ed2a9e9a0a6fcdfab3496..8237781580d4e32266d11dccce3c7139c4866e97 100644 (file)
@@ -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;
                 }
             }