Commit 17772754 authored by antirez's avatar antirez
Browse files

Guru mediation -> meditation

parent 682c73e8
......@@ -9909,7 +9909,7 @@ static void _redisAssert(char *estr, char *file, int line) {
static void _redisPanic(char *msg, char *file, int line) {
redisLog(REDIS_WARNING,"!!! Software Failure. Press left mouse button to continue");
redisLog(REDIS_WARNING,"Guru Mediation: %s #%s:%d",msg,file,line);
redisLog(REDIS_WARNING,"Guru Meditation: %s #%s:%d",msg,file,line);
#ifdef HAVE_BACKTRACE
redisLog(REDIS_WARNING,"(forcing SIGSEGV in order to print the stack trace)");
*((char*)-1) = 'x';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment