Allon Mureinik has uploaded a new change for review. Change subject: core: WARNING when failed to create OVF Store ......................................................................
core: WARNING when failed to create OVF Store Changed audit log severity to WARNING to indicate that there's a problem here. Change-Id: I78171fd1890435c9f98efec88496e81e5f84b9ce Bug-Url: https://bugzilla.redhat.com/1134371 Signed-off-by: Allon Mureinik <[email protected]> --- 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/75/32175/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 4673561..9c65292 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 @@ -845,7 +845,7 @@ RELOAD_CONFIGURATIONS_FAILURE(1011, AuditLogSeverity.ERROR), UPDATE_OVF_FOR_STORAGE_DOMAIN_FAILED(1012), - CREATE_OVF_STORE_FOR_STORAGE_DOMAIN_FAILED(1013), + CREATE_OVF_STORE_FOR_STORAGE_DOMAIN_FAILED(1013, AuditLogSeverity.WARNING), CREATE_OVF_STORE_FOR_STORAGE_DOMAIN_INITIATE_FAILED(1014), DELETE_OVF_STORE_FOR_STORAGE_DOMAIN_FAILED(1015), UPDATE_DESCRIPTION_FOR_OVF_STORE_FAILED(1016), -- To view, visit http://gerrit.ovirt.org/32175 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I78171fd1890435c9f98efec88496e81e5f84b9ce Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
