mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Guru mediation -> meditation
This commit is contained in:
parent
682c73e87e
commit
177727542c
2
redis.c
2
redis.c
@ -9909,7 +9909,7 @@ static void _redisAssert(char *estr, char *file, int line) {
|
|||||||
|
|
||||||
static void _redisPanic(char *msg, 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,"!!! 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
|
#ifdef HAVE_BACKTRACE
|
||||||
redisLog(REDIS_WARNING,"(forcing SIGSEGV in order to print the stack trace)");
|
redisLog(REDIS_WARNING,"(forcing SIGSEGV in order to print the stack trace)");
|
||||||
*((char*)-1) = 'x';
|
*((char*)-1) = 'x';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user