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
bea22430
Commit
bea22430
authored
May 12, 2015
by
Jungtaek Lim
Committed by
antirez
May 15, 2015
Browse files
protocol error log should be seen debug/verbose level
parent
22979836
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
bea22430
...
...
@@ -927,7 +927,7 @@ int processInlineBuffer(redisClient *c) {
/* Helper function. Trims query buffer to make the function that processes
* multi bulk requests idempotent. */
static
void
setProtocolError
(
redisClient
*
c
,
int
pos
)
{
if
(
server
.
verbosity
>
=
REDIS_VERBOSE
)
{
if
(
server
.
verbosity
<
=
REDIS_VERBOSE
)
{
sds
client
=
catClientInfoString
(
sdsempty
(),
c
);
redisLog
(
REDIS_VERBOSE
,
"Protocol error from client: %s"
,
client
);
...
...
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