Sergey Gotliv has uploaded a new change for review. Change subject: engine: Rephrase confusing audit log message ......................................................................
engine: Rephrase confusing audit log message Previous audit log message contained a contradiction. It proposed that disk was successfully removed but with a storage failure. Change-Id: I3544d1fde9bb33422175e3212d87c0d190870ff4 Bug-Url: https://bugzilla.redhat.com/1045842 Signed-off-by: Sergey Gotliv <sgot...@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/56/23956/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 08195f2..cf7247c 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -111,7 +111,7 @@ USER_MOVED_VM_DISK_FINISHED_SUCCESS=User ${UserName} finished moving disk ${DiskAlias} to domain ${StorageDomainName}. USER_MOVED_VM_DISK_FINISHED_FAILURE=User ${UserName} have failed to move disk ${DiskAlias} to domain ${StorageDomainName}. USER_FINISHED_REMOVE_DISK=Disk ${DiskAlias} was successfully removed from domain ${StorageDomainName} (User ${UserName}. -USER_FINISHED_FAILED_REMOVE_DISK=Disk ${DiskAlias} was successfully removed from domain ${StorageDomainName} with storage failure (User ${UserName}). +USER_FINISHED_FAILED_REMOVE_DISK=Failed to remove disk ${DiskAlias} from the storage domain ${StorageDomainName} due to storage failure (User ${UserName}). USER_ATTACH_DISK_TO_VM=Disk ${DiskAlias} was successfully attached to VM ${VmName} by ${UserName}. USER_FAILED_ATTACH_DISK_TO_VM=Failed to attach Disk ${DiskAlias} to VM ${VmName} (User: ${UserName}). USER_DETACH_DISK_FROM_VM=Disk ${DiskAlias} was successfully detached from VM ${VmName} by ${UserName}. -- To view, visit http://gerrit.ovirt.org/23956 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3544d1fde9bb33422175e3212d87c0d190870ff4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sergey Gotliv <sgot...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches