From b9068926a006bfcae447d3d14ef9ef50af2388ee Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 4 Jan 2016 14:25:56 -0600 Subject: demote a spurious warning to a debug message --- src/notifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3