workqueue: less verbose

This commit is contained in:
Jean-Francois Dockes 2020-11-17 13:14:35 +01:00
parent cf2a1258f6
commit 44c4cc1826

View File

@ -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