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
Bug-Url: https://bugzilla.redhat.com/1140584
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/33/33133/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 aa2df8b..9ca782e 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/33133
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I134f3a2015b7f249a361bd237b824709f7210f40
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to