repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181b347
)
cec: changed debug level of 'did not receive ack' from error to debug
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Thu, 10 Nov 2011 17:30:00 +0000
(18:30 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Thu, 10 Nov 2011 18:00:17 +0000
(19:00 +0100)
src/lib/CECProcessor.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/CECProcessor.cpp
b/src/lib/CECProcessor.cpp
index 17314ebfa8a2657d1d8f05b0dfc2536a9c2c0aec..30a8acce8f9fdba27f2511960c6e18d5900dbc4d 100644
(file)
--- a/
src/lib/CECProcessor.cpp
+++ b/
src/lib/CECProcessor.cpp
@@
-420,7
+420,7
@@
bool CCECProcessor::Transmit(CCECAdapterMessage *output)
if (output->transmit_timeout > 0)
{
if ((bReturn = WaitForTransmitSucceeded(output->size(), output->transmit_timeout)) == false)
- m_controller->AddLog(CEC_LOG_
ERROR
, "did not receive ack");
+ m_controller->AddLog(CEC_LOG_
DEBUG
, "did not receive ack");
}
else
bReturn = true;