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/91/32091/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 f724657..f817860 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(190), - CREATE_OVF_STORE_FOR_STORAGE_DOMAIN_FAILED(191), + CREATE_OVF_STORE_FOR_STORAGE_DOMAIN_FAILED(191, AuditLogSeverity.WARNING), CREATE_OVF_STORE_FOR_STORAGE_DOMAIN_INITIATE_FAILED(192), DELETE_OVF_STORE_FOR_STORAGE_DOMAIN_FAILED(193), UPDATE_DESCRIPTION_FOR_OVF_STORE_FAILED(1016), -- To view, visit http://gerrit.ovirt.org/32091 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I78171fd1890435c9f98efec88496e81e5f84b9ce Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
