Martin Peřina has posted comments on this change. Change subject: core: Allow multiple alerts of the same type for host ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/34776/1/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/AuditLogDAOTest.java File backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/AuditLogDAOTest.java: Line 332: Line 333: Line 334: private int getAlertCount(AuditLog entry, List<AuditLog> results) { Line 335: int count = 0; Line 336: log.info("Founding alerts"); > Founding => Found Sorry, I forgot to remove those log messages, they were used only for debugging. I will remove them asap Line 337: if (results != null) { Line 338: for (AuditLog al : results) { Line 339: log.info("Testing: {id='{}', severity='{}', type='{}', hostId='{}', hostName='{}', date='{}'}", Line 340: al.getAuditLogId(), -- To view, visit http://gerrit.ovirt.org/34776 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0deda59438b61c88d45f45af59e85b003f218e1a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
