[hackers] [ubase] Don't prefix messages with the tool name by default || sin
commit 552a5ae4b502c373ae516e16a8a756e659e7c7bb
Author: sin <sin_AT_2f30.org>
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
_AT_@ -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);
Received on Wed Mar 12 2014 - 15:39:46 CET
This archive was generated by hypermail 2.3.0
: Wed Mar 12 2014 - 15:48:21 CET