Martin Peřina has posted comments on this change.

Change subject: tools: Remove auxiliary email address from EventSender interface
......................................................................


Patch Set 11:

(2 comments)

http://gerrit.ovirt.org/#/c/23106/11/backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/NotificationService.java
File 
backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/NotificationService.java:

Line 114:                     "UPDATE audit_log SET " +
Line 115:                             "processed = 'true' " +
Line 116:                             "WHERE " +
Line 117:                             "processed = 'false' " +
Line 118:                             "AND log_time < ?"
Still the same, please undo SQL formatting changes
Line 119:             );
Line 120:             statement.setTimestamp(1, ts);
Line 121:             updatedRecords = statement.executeUpdate();
Line 122:         } finally {


Line 255:     }
Line 256: 
Line 257:     private event_notification_hist 
geteventNotificationHist(EventAuditLogSubscriber eals,
Line 258:                                                              boolean 
isNotified,
Line 259:                                                              String 
reason) {
Still the same, please undo this formatting change
Line 260:         event_notification_hist eventHistory = new 
event_notification_hist();
Line 261:         eventHistory.setaudit_log_id(eals.getaudit_log_id());
Line 262:         eventHistory.setevent_name(eals.getevent_up_name());
Line 263:         
eventHistory.setmethod_type(eals.getEventNotificationMethod().name());


-- 
To view, visit http://gerrit.ovirt.org/23106
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic69ff7541fca8347fb7cb85665934ca704fa9d06
Gerrit-PatchSet: 11
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: mooli tayer <[email protected]>
Gerrit-Reviewer: Martin Peřina <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: mooli tayer <[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

Reply via email to