diff options
author | Richard Hughes <richard@hughsie.com> | 2020-01-08 21:29:50 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2020-01-10 09:06:26 +0000 |
commit | b4ed080a55af01753b7904ddb7dc786eac00fd40 (patch) | |
tree | ae80f2a2ec7e2ac423c1c64eba3e7257a2d981d8 /lib | |
parent | 2d15290713b7e056302e39d39fc5da460f894ca7 (diff) |
trivial: Downgrade another warning in daemon self tests
Diffstat (limited to 'lib')
-rw-r--r-- | lib/packagekit-glib2/pk-test-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/packagekit-glib2/pk-test-daemon.c b/lib/packagekit-glib2/pk-test-daemon.c index 242f6c11a..395204d11 100644 --- a/lib/packagekit-glib2/pk-test-daemon.c +++ b/lib/packagekit-glib2/pk-test-daemon.c @@ -194,7 +194,7 @@ pk_test_client_helper_output_cb (GSocket *socket, GIOCondition condition, gpoint /* the helper process exited */ if ((condition & G_IO_HUP) > 0) { - g_warning ("socket was disconnected"); + g_debug ("socket was disconnected"); ret = FALSE; goto out; } |