diff options
author | raveit65 <[email protected]> | 2020-03-31 13:09:56 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-01 16:20:41 +0200 |
commit | aee8130865b498726f8009167f9c9dc7811f1216 (patch) | |
tree | c7b1fca0ff76b361dbf8775f62dea2daa71b483a /src/gpm-phone.c | |
parent | 6ff43e0cabc4f343fa4a3921f37375a9f77bae2b (diff) | |
download | mate-power-manager-aee8130865b498726f8009167f9c9dc7811f1216.tar.bz2 mate-power-manager-aee8130865b498726f8009167f9c9dc7811f1216.tar.xz |
gpm-phone: silent "not connected" message unless debug
Debug message is modified to something identifiable
Diffstat (limited to 'src/gpm-phone.c')
-rw-r--r-- | src/gpm-phone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-phone.c b/src/gpm-phone.c index ac97dce..76f0912 100644 --- a/src/gpm-phone.c +++ b/src/gpm-phone.c @@ -68,7 +68,7 @@ gpm_phone_coldplug (GpmPhone *phone) g_return_val_if_fail (GPM_IS_PHONE (phone), FALSE); if (phone->priv->proxy == NULL) { - g_warning ("not connected"); + g_debug ("Phone is not connected"); return FALSE; } |