mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue