* "CRASH ALARM" --> "CRASH ALERT" - makes more sense ;).

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2009-04-05 00:46:53 +02:00
parent e63adf5a29
commit cdc6e7edbd

View File

@@ -450,7 +450,7 @@ void Log::outCrash( const char * err, ... )
if(logfile)
{
outTimestamp(logfile);
fprintf(logfile, "CRASH ALARM: " );
fprintf(logfile, "CRASH ALERT: " );
va_list ap;
va_start(ap, err);