From ac845a1cd0df9213409b6a41c838306d7693d2ab Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Fri, 27 Dec 2019 11:48:49 -0800 Subject: [PATCH] Fix log statement --- src/core/lib/iomgr/executor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }