From 44c4cc1826d21bd563cc12db3a212fb01d3ca03b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 17 Nov 2020 13:14:35 +0100 Subject: [PATCH] workqueue: less verbose --- src/utils/workqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/workqueue.h b/src/utils/workqueue.h index ff25c8e6..8b2dd610 100644 --- a/src/utils/workqueue.h +++ b/src/utils/workqueue.h @@ -193,7 +193,7 @@ public: m_clients_waiting--; } - LOGINFO("" << m_name << ": tasks " << m_tottasks << " nowakes " << + LOGDEB("" << m_name << ": tasks " << m_tottasks << " nowakes " << m_nowake << " wsleeps " << m_workersleeps << " csleeps " << m_clientsleeps << "\n"); // Perform the thread joins and compute overall status