mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
nm-tool: silence annoying settings service warning
User settings service isn't always running.
This commit is contained in:
parent
43c6800b35
commit
863a757012
1 changed files with 1 additions and 2 deletions
|
|
@ -643,8 +643,7 @@ get_connections_for_service (DBusGConnection *bus,
|
|||
G_TYPE_INVALID,
|
||||
DBUS_TYPE_G_ARRAY_OF_OBJECT_PATH, &paths,
|
||||
G_TYPE_INVALID)) {
|
||||
g_warning ("error: failed to read connections from %s:\n %s",
|
||||
service, error ? error->message : "(unknown)");
|
||||
/* No connections or settings service may not be running */
|
||||
g_clear_error (&error);
|
||||
goto out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue