Commit 5ccc531f authored by gejun's avatar gejun

polish a log in last CI

parent d6cfb128
......@@ -128,8 +128,7 @@ ParseResult ParseMemcacheMessage(butil::IOBuf* source,
source->cutn(&msg->meta, total_body_length);
if (header->command == MC_BINARY_SASL_AUTH) {
if (header->status != 0) {
LOG(ERROR) << "Failed to authenticate the couchbase bucket."
<< "All the following commands will result in auth failure.";
LOG(ERROR) << "Failed to authenticate the couchbase bucket.";
return MakeParseError(PARSE_ERROR_NO_RESOURCE,
"Fail to authenticate with the couchbase bucket");
}
......
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