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:
focus
2011-03-16 10:53:02 +00:00
parent ddbbb73760
commit 3ad6c49d9a

View File

@@ -1172,8 +1172,9 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
#endif
SHTDCNT::getInstance()->resetSleepTimer();
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)
continue;
if (ev.value) {