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