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 af78040634f2fa1ea6322c9f20dd4fdf6468db5f..c60d5b7bd769cbec15c274e2c5aee02c5c7b0524 100644 (file)
@@ -29,7 +29,7 @@ void eFatal(const char* fmt, ...)
        vsnprintf(buf, 1024, fmt, ap);
        va_end(ap);
        logOutput(lvlFatal, buf);
        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)
        {
 #if 0
        if (!infatal)
        {