mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-24 16:38:03 +00:00
remove debug message
This commit is contained in:
parent
4bc17477d8
commit
efce1d5767
@ -215,7 +215,7 @@ sub check_any {
|
||||
my ($self, $user, $path, $privs, $noerr) = @_;
|
||||
|
||||
my $perm = $self->permissions($user, $path);
|
||||
syslog("info", "check_any $user $path " . join(" ", keys %$perm));
|
||||
|
||||
my $found = 0;
|
||||
foreach my $priv (@$privs) {
|
||||
PVE::AccessControl::verify_privname($priv);
|
||||
|
Loading…
Reference in New Issue
Block a user