Remove misleading error message (#7265)

This commit is contained in:
Eric Liang
2020-02-21 21:20:40 -08:00
committed by GitHub
parent 325fc24afa
commit 01dd520797
@@ -150,7 +150,7 @@ void CoreWorkerDirectTaskSubmitter::RetryLeaseRequest(
// A local request failed. This shouldn't happen if the raylet is still alive
// and we don't currently handle raylet failures, so treat it as a fatal
// error.
RAY_LOG(FATAL) << "Lost connection with local raylet. Error: " << status.ToString();
RAY_LOG(FATAL) << status.ToString();
}
}