Maor Lipchuk has uploaded a new change for review. Change subject: core: Use error for audit log on import template from configuration. ......................................................................
core: Use error for audit log on import template from configuration. Use error audit log instead of refular audit log when the import VM from configuration fails Change-Id: I134f3a2015b7f249a361bd237b824709f7210f40 Signed-off-by: Maor Lipchuk <mlipc...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/32815/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java index 7eeaeb4..b64bc66 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java @@ -426,7 +426,7 @@ TEMPLATE_IMPORT(135), TEMPLATE_IMPORT_FAILED(136, AuditLogSeverity.ERROR), TEMPLATE_IMPORT_FROM_CONFIGURATION_SUCCESS(180), - TEMPLATE_IMPORT_FROM_CONFIGURATION_FAILED(181), + TEMPLATE_IMPORT_FROM_CONFIGURATION_FAILED(181, AuditLogSeverity.ERROR), USER_ATTACH_USER_TO_VM(520), USER_DETACH_USER_FROM_VM(360), USER_FAILED_DETACH_USER_FROM_VM(361, AuditLogSeverity.ERROR), -- To view, visit http://gerrit.ovirt.org/32815 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I134f3a2015b7f249a361bd237b824709f7210f40 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches