pwrmngr: promote standby message to "info"

This commit is contained in:
Stefan Seyfried
2017-02-19 17:54:19 +01:00
parent 9715204498
commit dac47fd266

View File

@@ -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: