From dac47fd2665bd72ebdb4174cdca3fe39690c22b5 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 19 Feb 2017 17:54:19 +0100 Subject: [PATCH] pwrmngr: promote standby message to "info" --- common/pwrmngr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pwrmngr.cpp b/common/pwrmngr.cpp index b9e28ab..7cac560 100644 --- a/common/pwrmngr.cpp +++ b/common/pwrmngr.cpp @@ -73,7 +73,7 @@ unsigned long cCpuFreqManager::GetCpuFreq(void) 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 /* actually SetCpuFreq is used to determine if the system is in standby this is an "elegant" hack, because: