Commit a2356e46 authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia mensaje

parent 2bec74dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ public abstract class EventSourcingStreams extends BaseStreams {
		if (!(a.getSessionId().equals(b.getSessionId()))) {
			String message = "Recibido evento de petición " + b.getType() + " con id de sesión " + b.getSessionId()
					+ ", el cual es diferente al evento de confirmación " + a.getType() + " con id de sesión "
					+ b.getSessionId() + " para item " + a.getAggregateId();
					+ a.getSessionId() + " para item " + a.getAggregateId();
			logger.error(message);
			// alertService.errorAlert(a.getAggregateId(), message);
			return false;