mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
More logging to domain checker
This commit is contained in:
parent
cfea031b28
commit
879ab9a5cc
@ -2889,7 +2889,7 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
throw new PermissionDeniedException("Access denied to " + caller + " by " + checker.getName());
|
||||
throw new PermissionDeniedException("Access denied to " + caller + " by " + checker.getName() + " for zone " + zone.getId());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user