neutrino: silence rcinput debug output

Origin commit data
------------------
Branch: ni/coolstream
Commit: 40f50f88cc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-05-01 (Sun, 01 May 2011)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-05-01 15:33:12 +02:00
parent e983a05100
commit 54cfbc3c13

View File

@@ -1157,7 +1157,7 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
continue;
SHTDCNT::getInstance()->resetSleepTimer();
uint32_t trkey = translate(ev.code, i);
#ifdef DEBUG
#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)