Yair Zaslavsky has uploaded a new change for review. Change subject: core: Fix host approval audit log message ......................................................................
core: Fix host approval audit log message The event text should include the approving user. Change-Id: I52378029b5e4fed288df96d15eae3bdddc7f85e5 Bug-Url: https://bugzilla.redhat.com/922512 Signed-off-by: Yair Zaslavsky <yzasl...@redhat.com> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/17/13117/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties index aec023d..3074c18 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -369,7 +369,7 @@ VDS_SET_NONOPERATIONAL_FAILED=Failed to move Host ${VdsName} to Non-Operational state. VDS_FENCE_STATUS=Host ${VdsName} power management was verified successfully. VDS_FENCE_STATUS_FAILED=Failed to verify Host ${VdsName} power management. -VDS_APPROVE=Host ${VdsName} was successfully approved. +VDS_APPROVE=Host ${VdsName} was successfully approved by user ${UserName}. VDS_APPROVE_FAILED=Failed to approve Host ${VdsName}. VDS_FAILED_TO_GET_HOST_HARDWARE_INFO=Could not get hardware information for host ${VdsName} VM_MIGRATION_ON_CONNECT_CHECK_SUCCEEDED=Migration check failed to execute. -- To view, visit http://gerrit.ovirt.org/13117 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I52378029b5e4fed288df96d15eae3bdddc7f85e5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches