diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index 11c835c6f..d55ba35e6 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -109,6 +109,7 @@ void fatal(const char *s, ...) // failure exit //puts(msg); string sErr = string(GameConstants::application_name) + " fatal error"; SystemFlags::OutputDebug(SystemFlags::debugError,"%s\n",msg); + SystemFlags::OutputDebug(SystemFlags::debugSystem,"%s\n",msg); if(errors <= 1) { // avoid recursion if(SDL_WasInit(SDL_INIT_VIDEO)) {