mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix for failing executor test.
PiperOrigin-RevId: 396998512
This commit is contained in:
committed by
Copybara-Service
parent
0de9bed4ca
commit
c6ebc3162f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user