diff --git a/src/neutrino.cpp b/src/neutrino.cpp index d1f506515..f69dd1d9e 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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();