Commit 93d98471 authored by gejun's avatar gejun

Patch svn r35200

parent 02ed49d8
...@@ -83,7 +83,7 @@ void ProcessRedisResponse(InputMessageBase* msg_base) { ...@@ -83,7 +83,7 @@ void ProcessRedisResponse(InputMessageBase* msg_base) {
Controller* cntl = NULL; Controller* cntl = NULL;
const int rc = bthread_id_lock(cid, (void**)&cntl); const int rc = bthread_id_lock(cid, (void**)&cntl);
if (rc != 0) { if (rc != 0) {
LOG_IF(FATAL, rc != EINVAL && rc != EPERM) LOG_IF(ERROR, rc != EINVAL && rc != EPERM)
<< "Fail to lock correlation_id=" << cid << ": " << berror(rc); << "Fail to lock correlation_id=" << cid << ": " << berror(rc);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment