Maor Lipchuk has uploaded a new change for review. Change subject: core: Remove unuse audit log (Related to BZ822051) ......................................................................
core: Remove unuse audit log (Related to BZ822051) Remove unused audit log type Change-Id: Ie1b6727b6fa405460bf91ac4fc6f1879734326dd Signed-off-by: Maor Lipchuk <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/7312/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 2f8599e..7995afc 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 @@ -97,7 +97,6 @@ USER_REMOVE_VM_FINISHED_WITH_ILLEGAL_DISKS(172), USER_ADD(149), USER_FAILED_REMOVE_VM(59), - ILLEGAL_IMAGES_WERE_LEFT(59), USER_CHANGE_DISK_VM(38), USER_FAILED_CHANGE_DISK_VM(102), USER_CHANGE_FLOPPY_VM(72), -- To view, visit http://gerrit.ovirt.org/7312 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1b6727b6fa405460bf91ac4fc6f1879734326dd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
