commit 552a5ae4b502c373ae516e16a8a756e659e7c7bb parent 6506e85d1339ea0c6ed97dfbc88ac0d064f534e0 Author: sin <sin@2f30.org> Date: Wed, 12 Mar 2014 16:29:11 +0200 Don't prefix messages with the tool name by default Diffstat:
M | util/eprintf.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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);