Fix swapped placeholders in a log message
This commit is contained in:
parent
d835a2a450
commit
46e0f5da74
|
@ -54,7 +54,7 @@ public class MessageDeliveryLoopMonitor {
|
|||
.thenAccept(deliveryAttemptCount -> {
|
||||
if (deliveryAttemptCount == DELIVERY_LOOP_THRESHOLD) {
|
||||
logger.warn("Detected loop delivering message {} via {} to {}:{} ({})",
|
||||
messageGuid, accountIdentifier, deviceId, context, userAgent);
|
||||
messageGuid, context, accountIdentifier, deviceId, userAgent);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue