mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 00:10:07 +01:00
trivial: remove unnecessary warning
This commit is contained in:
parent
2b25d0d3e0
commit
b5fa0fec1c
1 changed files with 0 additions and 1 deletions
|
|
@ -1244,7 +1244,6 @@ impl_settings_reload_connections (NMSettings *self,
|
|||
return;
|
||||
}
|
||||
if (caller_uid != 0) {
|
||||
nm_log_warn (LOGD_SETTINGS, "ReloadConnections: permission denied to %lu", caller_uid);
|
||||
error = g_error_new_literal (NM_SETTINGS_ERROR,
|
||||
NM_SETTINGS_ERROR_PERMISSION_DENIED,
|
||||
"Permission denied");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue