mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05: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) {
|
||||
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';
|
||||
|
Loading…
Reference in New Issue
Block a user