diff --git a/src/brpc/policy/memcache_binary_protocol.cpp b/src/brpc/policy/memcache_binary_protocol.cpp index eddeae6bb67d1a4be81a38ec52bdcf7bad3f9ef1..c9c6a0124a6dd8eaf6c76d540b1a63f5c08b1a11 100644 --- a/src/brpc/policy/memcache_binary_protocol.cpp +++ b/src/brpc/policy/memcache_binary_protocol.cpp @@ -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"); }