Fix for failing executor test.

PiperOrigin-RevId: 396998512
This commit is contained in:
jfcarroll
2021-09-15 22:08:08 -07:00
committed by Copybara-Service
parent 0de9bed4ca
commit c6ebc3162f
2 changed files with 6 additions and 20 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ bool Executor::InitializeThreadPool() {
void Executor::Execute(Runnable&& runnable) {
if (shut_down_) {
NEARBY_LOGS(ERROR) << "Error: " << __func__
<< "Attempt to execute on a shut down pool.";
<< ": Attempt to execute on a shut down pool.";
return;
}