in pipe mode, make rrd_tool send errors to STDOUT (most of the time) -- tobi
[rrdtool.git] / src / rrd_tool.c
index 904bc5c..2334431 100644 (file)
@@ -363,7 +363,7 @@ int main(int argc, char *argv[])
 
            while (fgets(aLine, sizeof(aLine)-1, stdin)){
                if ((argc = CountArgs(aLine)) == 0)  {
-                   fprintf(stderr,"ERROR: not enough arguments\n");
+                   printf("ERROR: not enough arguments\n");
                }
                if ((myargv = (char **) malloc((argc+1) * 
                                               sizeof(char *))) == NULL)   {