More logging to domain checker

This commit is contained in:
Alena Prokharchyk 2012-02-01 11:07:13 -08:00
parent cfea031b28
commit 879ab9a5cc

View File

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