diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-05-17 15:36:21 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-05-18 14:58:53 +0200 |
commit | 4e83fabac13250fdc61ef5db817e82c32b7b301b (patch) | |
tree | a88a93754996e3275a71f743c9b1d3ed7c3c2dca /libupower-glib/up-client.c | |
parent | 932a6a39e35754be571e1274aec4730fd42dba13 (diff) | |
download | upower-4e83fabac13250fdc61ef5db817e82c32b7b301b.tar.gz |
up-tool: Exit early when connecting to upower fails
This avoids spewing dozens of assertions like
libupower-glib-CRITICAL **: up_client_get_devices: assertion 'UP_IS_CLIENT (client)' failed
libupower-glib-CRITICAL **: up_device_get_object_path: assertion 'UP_IS_DEVICE (device)' failed
and useless default values and then exiting successfully (which might confuse
users or scripts trying to parse the output).
Use the new up_client_new_full() constructor so that we get a proper GError.
Side issue in https://bugs.freedesktop.org/show_bug.cgi?id=95350
Diffstat (limited to 'libupower-glib/up-client.c')
0 files changed, 0 insertions, 0 deletions