mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
pwrmngr: promote standby message to "info"
This commit is contained in:
@@ -73,7 +73,7 @@ unsigned long cCpuFreqManager::GetCpuFreq(void)
|
|||||||
|
|
||||||
bool cCpuFreqManager::SetCpuFreq(unsigned long f)
|
bool cCpuFreqManager::SetCpuFreq(unsigned long f)
|
||||||
{
|
{
|
||||||
lt_debug("%s(%lu) => set standby = %s\n", __func__, f, f?"true":"false");
|
lt_info("%s(%lu) => set standby = %s\n", __func__, f, f?"true":"false");
|
||||||
#if HAVE_TRIPLEDRAGON
|
#if HAVE_TRIPLEDRAGON
|
||||||
/* actually SetCpuFreq is used to determine if the system is in standby
|
/* actually SetCpuFreq is used to determine if the system is in standby
|
||||||
this is an "elegant" hack, because:
|
this is an "elegant" hack, because:
|
||||||
|
Reference in New Issue
Block a user