mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 10:38:30 +02: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;
|
return;
|
||||||
}
|
}
|
||||||
if (caller_uid != 0) {
|
if (caller_uid != 0) {
|
||||||
nm_log_warn (LOGD_SETTINGS, "ReloadConnections: permission denied to %lu", caller_uid);
|
|
||||||
error = g_error_new_literal (NM_SETTINGS_ERROR,
|
error = g_error_new_literal (NM_SETTINGS_ERROR,
|
||||||
NM_SETTINGS_ERROR_PERMISSION_DENIED,
|
NM_SETTINGS_ERROR_PERMISSION_DENIED,
|
||||||
"Permission denied");
|
"Permission denied");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue