make eFatals more fatal
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 22 Jul 2005 21:27:19 +0000 (21:27 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 22 Jul 2005 21:27:19 +0000 (21:27 +0000)
lib/base/eerror.cpp

index af78040..c60d5b7 100644 (file)
@@ -29,7 +29,7 @@ void eFatal(const char* fmt, ...)
        vsnprintf(buf, 1024, fmt, ap);
        va_end(ap);
        logOutput(lvlFatal, buf);
-       fprintf(stderr, "%s\n",buf );
+       fprintf(stderr, "FATAL: %s\n",buf );
 #if 0
        if (!infatal)
        {