mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 13:40:11 +01:00
libnmc: Remove verbose logging
Don't log the failure to spawn the auth dialog. This is polluting the terminal when using nmcli when activating an OpenVPN profile if /usr/libexec/nm-openvpn-auth-dialog is not available. Since nmcli can still ask for the credentials, the missing auth dialog does not block the activation, so the "warning" level is too much. Since it is a library, any output to the terminal is bad, therefore remove the logging. Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
parent
65fdfb2500
commit
f1b3dd4eb5
1 changed files with 0 additions and 1 deletions
|
|
@ -795,7 +795,6 @@ try_spawn_vpn_auth_helper(RequestData *request, GPtrArray *secrets)
|
|||
&auth_dialog_out_fd,
|
||||
NULL,
|
||||
&error)) {
|
||||
g_warning("Failed to spawn the auth dialog%s\n", error->message);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue