From a770b91e62098da411ce2b301a28b9b99c2820c0 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 12 Aug 2013 11:03:53 +0100 Subject: [PATCH] Revert "Remove comment in eprintf.c" This is actually useful when debugging ubase. --- util/eprintf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/eprintf.c b/util/eprintf.c index 13e2ece..72bbd3c 100644 --- a/util/eprintf.c +++ b/util/eprintf.c @@ -33,6 +33,8 @@ enprintf(int status, const char *fmt, ...) void venprintf(int status, const char *fmt, va_list ap) { + /*fprintf(stderr, "%s: ", argv0);*/ + vfprintf(stderr, fmt, ap); if(fmt[0] && fmt[strlen(fmt)-1] == ':') {