mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
* "CRASH ALARM" --> "CRASH ALERT" - makes more sense ;).
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user