aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-01-04 14:25:56 -0600
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 10:17:14 +0200
commitb9068926a006bfcae447d3d14ef9ef50af2388ee (patch)
tree55ef1b65af0ca549c189da9c755718a73bbd2c29
parentd2e654d53f5dbe89cce2fe08a7e6dbcae4a6d835 (diff)
downloadayatana-indicator-power-b9068926a006bfcae447d3d14ef9ef50af2388ee.tar.gz
ayatana-indicator-power-b9068926a006bfcae447d3d14ef9ef50af2388ee.tar.bz2
ayatana-indicator-power-b9068926a006bfcae447d3d14ef9ef50af2388ee.zip
demote a spurious warning to a debug message
-rw-r--r--src/notifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifier.c b/src/notifier.c
index e6c511f..b481fdf 100644
--- a/src/notifier.c
+++ b/src/notifier.c
@@ -171,7 +171,7 @@ on_sound_proxy_ready (GObject * source_object G_GNUC_UNUSED,
if (!g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED))
{
get_priv(gself)->accounts_service_sound_proxy_pending = FALSE;
- g_warning("%s Couldn't find accounts service sound proxy: %s", G_STRLOC, error->message);
+ g_debug("%s Couldn't find accounts service sound proxy: %s", G_STRLOC, error->message);
}
g_clear_error(&error);