Send error messages to stderr
authorJoey Schulze <joey@infodrom.org>
Fri, 6 Aug 2004 20:41:57 +0000 (20:41 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 6 Aug 2004 20:41:57 +0000 (20:41 +0000)
main.c

diff --git a/main.c b/main.c
index 9e671c8..596d278 100644 (file)
--- a/main.c
+++ b/main.c
@@ -119,7 +119,7 @@ int main (int argc, char **argv)
       exit (1);
     }
   } else {
-    printf ("Keine Routine angegeben (-dtaus bzw. -control vergessen).\n");
+    fprintf (stderr, "Keine Routine angegeben (-dtaus bzw. -control vergessen).\n");
     exit (1);
   }
   exit (0);