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:
[CST] Focus
2011-03-16 10:53:02 +00:00
parent e2a6a8f2d6
commit 278e01a345

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) {