Commit 5c707561 authored by zhujiashun's avatar zhujiashun

use CHECK(false) in ConvertGrpcTimeoutToUS

parent 71bbdc0f
...@@ -200,7 +200,7 @@ int64_t ConvertGrpcTimeoutToUS(const std::string* grpc_timeout) { ...@@ -200,7 +200,7 @@ int64_t ConvertGrpcTimeoutToUS(const std::string* grpc_timeout) {
default: default:
return -1; return -1;
} }
LOG(FATAL) << "Impossible"; CHECK(false) << "Impossible";
} }
} // namespace brpc } // namespace brpc
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