From 177727542c871330445700299aed803a1384b0ed Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 18 Apr 2010 00:03:49 +0200 Subject: [PATCH] Guru mediation -> meditation --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.c b/redis.c index b926e5a48..ad9ad81e4 100644 --- a/redis.c +++ b/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'; -- GitLab