mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 20:22:39 +08:00
Add period to error message. (#12716)
This commit is contained in:
@@ -304,7 +304,7 @@ Status ConnectWithoutRetries(const std::string &address, int port,
|
||||
oss << "Could not allocate Redis context.";
|
||||
} else if (newContext->err) {
|
||||
oss << "Could not establish connection to Redis " << address << ":" << port
|
||||
<< " (context.err = " << newContext->err << ")";
|
||||
<< " (context.err = " << newContext->err << ").";
|
||||
}
|
||||
return Status::RedisError(errorMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user