commit 552a5ae4b502c373ae516e16a8a756e659e7c7bb Author: sin <[email protected]> Date: Wed Mar 12 16:29:11 2014 +0200
Don't prefix messages with the tool name by default
diff --git a/util/eprintf.c b/util/eprintf.c
index bd4e090..f3cac7b 100644
--- a/util/eprintf.c
+++ b/util/eprintf.c
@@ -50,7 +50,9 @@ weprintf(const char *fmt, ...)
{
va_list ap;
+#if 0
fprintf(stderr, "%s: ", argv0);
+#endif
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
