From 4f7dc6ffec2344057ca7db8af8b5029bfcc8d931 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Mon, 19 Feb 2018 23:17:09 +0100 Subject: [PATCH] power: Silence excessive logging Change-Id: I519122aaa77e73cf0290610a3d9d4aa79700e843 --- power/power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/power.c b/power/power.c index b6e8502..ac61d3f 100644 --- a/power/power.c +++ b/power/power.c @@ -482,7 +482,7 @@ static void samsung_power_hint(struct power_module *module, /* Bail out if low-power mode is active */ if (current_power_profile == PROFILE_POWER_SAVE && hint != POWER_HINT_LOW_POWER && hint != POWER_HINT_SET_PROFILE) { - ALOGW("%s: PROFILE_POWER_SAVE active, ignoring hint %d", __func__, hint); + ALOGV("%s: PROFILE_POWER_SAVE active, ignoring hint %d", __func__, hint); return; } -- 2.20.1