add some debug output

Origin commit data
------------------
Branch: ni/coolstream
Commit: b18c7558fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-02-10 (Mon, 10 Feb 2020)

Origin message was:
------------------
- add some debug output

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-02-10 22:51:25 +01:00
parent 06fc4caa4c
commit 1bea36d1e7

View File

@@ -477,6 +477,9 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.ci_standby_reset = configfile.getInt32("ci_standby_reset", 0);
// just for debugging
dprintf(DEBUG_NORMAL, "cCA::GetInstance()->GetNumberCISlots(): %d\n", cCA::GetInstance()->GetNumberCISlots());
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
for (unsigned int i = 0; i < cCA::GetInstance()->GetNumberCISlots(); i++) {
sprintf(cfg_key, "ci_clock_%d", i);
@@ -2977,6 +2980,9 @@ TIMER_START();
#if HAVE_LIBSTB_HAL
cCA::GetInstance()->setCheckLiveSlot(g_settings.ci_check_live);
#endif
// just for debugging
dprintf(DEBUG_NORMAL, "cCA::GetInstance()->GetNumberCISlots(): %d\n", cCA::GetInstance()->GetNumberCISlots());
//InitZapper();
SHTDCNT::getInstance()->init();