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
0da171b3
Commit
0da171b3
authored
Nov 30, 2018
by
zhaozhao.zz
Browse files
remove useless tryObjectEncoding in debug assert
parent
46a51cdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
0da171b3
...
@@ -336,7 +336,6 @@ NULL
...
@@ -336,7 +336,6 @@ NULL
zfree(ptr);
zfree(ptr);
addReply(c,shared.ok);
addReply(c,shared.ok);
} else if (!strcasecmp(c->argv[1]->ptr,"assert")) {
} else if (!strcasecmp(c->argv[1]->ptr,"assert")) {
if
(
c
->
argc
>=
3
)
c
->
argv
[
2
]
=
tryObjectEncoding
(
c
->
argv
[
2
]);
serverAssertWithInfo(c,c->argv[0],1 == 2);
serverAssertWithInfo(c,c->argv[0],1 == 2);
} else if (!strcasecmp(c->argv[1]->ptr,"log") && c->argc == 3) {
} else if (!strcasecmp(c->argv[1]->ptr,"log") && c->argc == 3) {
serverLog(LL_WARNING, "DEBUG LOG: %s", (char*)c->argv[2]->ptr);
serverLog(LL_WARNING, "DEBUG LOG: %s", (char*)c->argv[2]->ptr);
...
...
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