mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user