diff --git a/src/core/lib/iomgr/executor.cc b/src/core/lib/iomgr/executor.cc index 63d946c2479..9f92c9fae21 100644 --- a/src/core/lib/iomgr/executor.cc +++ b/src/core/lib/iomgr/executor.cc @@ -143,7 +143,7 @@ void Executor::SetThreading(bool threading) { if (threading) { if (curr_num_threads > 0) { - EXECUTOR_TRACE("(%s) SetThreading(true). curr_num_threads == 0", name_); + EXECUTOR_TRACE("(%s) SetThreading(true). curr_num_threads > 0", name_); return; }