From 58f77e8aa6e987ebe83358c9bb30e94b80756cdb Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 6 Oct 2011 09:12:04 +0100 Subject: Don't spam the log when we're saving history when on low power Resolves: https://bugs.freedesktop.org/show_bug.cgi?id=41486 --- src/up-history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/up-history.c') diff --git a/src/up-history.c b/src/up-history.c index 449b294..945db8f 100644 --- a/src/up-history.c +++ b/src/up-history.c @@ -631,7 +631,7 @@ up_history_schedule_save (UpHistory *history) /* if low power, then don't batch up save requests */ ret = up_history_is_low_power (history); if (ret) { - g_warning ("saving directly to disk as low power"); + g_debug ("saving directly to disk as low power"); up_history_save_data (history); return TRUE; } -- cgit v1.2.1