diff --git a/src/graph/service/GraphService.cpp b/src/graph/service/GraphService.cpp index f9726d25d30..6b6dbe2eff4 100644 --- a/src/graph/service/GraphService.cpp +++ b/src/graph/service/GraphService.cpp @@ -220,7 +220,7 @@ Status GraphService::auth(const std::string& username, auto clientAddrIt = metaClient->getClientAddrMap().find(clientIp); if (clientAddrIt == metaClient->getClientAddrMap().end()) { return Status::Error( - folly::sformat("The version of the client sending request from {} is lower than v2.6.0, " + folly::sformat("The version of the client sending request from {} is too old, " "please update the client.", clientIp.toString())); }