changed some log levels from NOTICE to DEBUG, so the non-debugging output is less...
[deb_libcec.git] / src / lib / CECProcessor.cpp
index 50bb95fce849bedf025ef8cb990749580db3c843..261f4f5e0f06edbac86a89512a73661c9ff1b30e 100644 (file)
@@ -853,7 +853,7 @@ bool CCECProcessor::UnregisterClient(CCECClient *client)
 
 void CCECProcessor::UnregisterClients(void)
 {
-  m_libcec->AddLog(CEC_LOG_NOTICE, "unregistering all CEC clients");
+  m_libcec->AddLog(CEC_LOG_DEBUG, "unregistering all CEC clients");
 
   vector<CCECClient *> clients = m_libcec->GetClients();
   for (vector<CCECClient *>::iterator client = clients.begin(); client != clients.end(); client++)