trivial: remove unnecessary warning

This commit is contained in:
Dan Williams
2013-10-09 09:39:57 -05:00
parent 2b25d0d3e0
commit b5fa0fec1c

View File

@@ -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");