[core] Use the ConnectWithoutRetries error message (#12732)

This commit is contained in:
dHannasch
2020-12-18 22:34:34 -08:00
committed by GitHub
parent 9d939e6674
commit a092433bc8
+1 -1
View File
@@ -333,7 +333,7 @@ Status ConnectWithRetries(const std::string &address, int port,
break;
}
if (*context == nullptr) {
RAY_LOG(WARNING) << "Could not allocate Redis context, will retry in "
RAY_LOG(WARNING) << errorMessage << " Will retry in "
<< RayConfig::instance().redis_db_connect_wait_milliseconds()
<< " milliseconds.";
}