]> git.itanic.dy.fi Git - rrdd/commitdiff
Remove debug output
authorTimo Kokkonen <kaapeli@ee.oulu.fi>
Tue, 1 Apr 2008 18:04:22 +0000 (21:04 +0300)
committerTimo Kokkonen <kaapeli@ee.oulu.fi>
Tue, 1 Apr 2008 18:04:22 +0000 (21:04 +0300)
process.c

index c016eab8337cf0e614e2f828c28838c9dc2379d3..30e1249c06f2bb337b0008468538d0c45b4bd23a 100644 (file)
--- a/process.c
+++ b/process.c
@@ -64,7 +64,6 @@ int run_piped(const char *cmd, char *const argv[], int *readfd, int *writefd)
 
        pid = fork();
        if (pid < 0) {
-               printf("parent\n");
                error = errno;
                fprintf(stderr, "fork() failed: %s\n", strerror(error));
                return -1;