mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 10:38:34 +02:00
linux: Demote warning to debug
Fixes warnings like:
(upowerd:133931): UPower-Linux-WARNING **: 02:49:48.011: Unhandled key: ServicesResolved value: false
(upowerd:133931): UPower-Linux-WARNING **: 02:49:48.012: Unhandled key: Connected value: false
Fixes: 29ecd92f9c ("linux: Fix BlueZ device names not synchronising")
This commit is contained in:
parent
3bf5a095ac
commit
7df5f2907c
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ up_device_bluez_update (UpDeviceBluez *bluez,
|
|||
} else {
|
||||
char *str = g_variant_print (value, TRUE);
|
||||
|
||||
g_warning ("Unhandled key: %s value: %s", key, str);
|
||||
g_debug ("Unhandled key: %s value: %s", key, str);
|
||||
g_free (str);
|
||||
}
|
||||
g_variant_unref (value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue