Merge pull request #21560 from yashykt/executorlogfix

Fix log statement
pull/21593/head
Yash Tibrewal 5 years ago committed by GitHub
commit ca60aac817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;
}

Loading…
Cancel
Save