diff options
author | XTZGZoReX <none@none> | 2009-04-05 00:46:53 +0200 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-04-05 00:46:53 +0200 |
commit | cdc6e7edbdffd6039d80a96a0fcce366781eb452 (patch) | |
tree | f4357b15929238f925ca2d0318c0314e85bf230c /src/shared/Log.cpp | |
parent | e63adf5a299c7629dbe829c557ae9ce18a791df0 (diff) |
* "CRASH ALARM" --> "CRASH ALERT" - makes more sense ;).
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Log.cpp')
-rw-r--r-- | src/shared/Log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp index 3d7d654a62a..5480dfbbc7c 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -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); |