remove debug message

This commit is contained in:
Dietmar Maurer 2012-01-26 06:03:06 +01:00
parent 4bc17477d8
commit efce1d5767

View File

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