diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-01-04 14:25:56 -0600 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 10:17:14 +0200 |
commit | b9068926a006bfcae447d3d14ef9ef50af2388ee (patch) | |
tree | 55ef1b65af0ca549c189da9c755718a73bbd2c29 /src | |
parent | d2e654d53f5dbe89cce2fe08a7e6dbcae4a6d835 (diff) | |
download | ayatana-indicator-power-b9068926a006bfcae447d3d14ef9ef50af2388ee.tar.gz ayatana-indicator-power-b9068926a006bfcae447d3d14ef9ef50af2388ee.tar.bz2 ayatana-indicator-power-b9068926a006bfcae447d3d14ef9ef50af2388ee.zip |
demote a spurious warning to a debug message
Diffstat (limited to 'src')
-rw-r--r-- | src/notifier.c | 2 |
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); |