summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-03-31 13:09:56 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-04-01 16:20:41 +0200
commitaee8130865b498726f8009167f9c9dc7811f1216 (patch)
treec7b1fca0ff76b361dbf8775f62dea2daa71b483a /src
parent6ff43e0cabc4f343fa4a3921f37375a9f77bae2b (diff)
downloadmate-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')
-rw-r--r--src/gpm-phone.c2
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;
}