Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
17772754
Commit
17772754
authored
Apr 18, 2010
by
antirez
Browse files
Guru mediation -> meditation
parent
682c73e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.c
View file @
17772754
...
@@ -9909,7 +9909,7 @@ static void _redisAssert(char *estr, char *file, int line) {
...
@@ -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 Medi
t
ation: %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'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment