mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
Add back key printf for DEBUG compile
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1302 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1172,8 +1172,9 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
|
|||||||
#endif
|
#endif
|
||||||
SHTDCNT::getInstance()->resetSleepTimer();
|
SHTDCNT::getInstance()->resetSleepTimer();
|
||||||
uint32_t trkey = translate(ev.code, i);
|
uint32_t trkey = translate(ev.code, i);
|
||||||
// printf("key: %04x value %d, translate: %04x -%s-\n", ev.code, ev.value, trkey, getKeyName(trkey).c_str());
|
#ifdef DEBUG
|
||||||
|
printf("key: %04x value %d, translate: %04x -%s-\n", ev.code, ev.value, trkey, getKeyName(trkey).c_str());
|
||||||
|
#endif
|
||||||
if (trkey == RC_nokey)
|
if (trkey == RC_nokey)
|
||||||
continue;
|
continue;
|
||||||
if (ev.value) {
|
if (ev.value) {
|
||||||
|
Reference in New Issue
Block a user