[sinttest] Improve message ouf XmppConnectionStressTest

This commit is contained in:
Florian Schmaus 2023-12-06 20:55:02 +01:00
parent 7fcc8a9bd3
commit 688c06020b
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ public class XmppConnectionStressTest {
Integer markerFromConnectionId = connectionIds.get(markerFromAddress);
sb.append(markerToConnectionId)
.append(" is missing ").append(numberOfFalseMarkers)
.append(" ( of ").append(marker.length).append(" messages)")
.append(" messages from ").append(markerFromConnectionId)
.append(": ");
for (int i = 0; i < marker.length; i++) {