From: Christopher N. Hesse Date: Mon, 19 Feb 2018 22:17:09 +0000 (+0100) Subject: power: Silence excessive logging X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=032a3d5f978c7245a8ebeb2c433320ab11b30fbb;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung.git power: Silence excessive logging Change-Id: I519122aaa77e73cf0290610a3d9d4aa79700e843 (cherry picked from commit 4f7dc6ffec2344057ca7db8af8b5029bfcc8d931) --- 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; }