commit a770b91e62098da411ce2b301a28b9b99c2820c0
parent 10356a07c168425f4ba8ccad11396b47bfeda79b
Author: sin <sin@2f30.org>
Date: Mon, 12 Aug 2013 11:03:53 +0100
Revert "Remove comment in eprintf.c"
This is actually useful when debugging ubase.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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] == ':') {