mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3ad6c49d9a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-03-16 (Wed, 16 Mar 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user