mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
[sinttest] Improve NotAllMessageReceivedException
This commit is contained in:
parent
ad8eeebc0d
commit
f91598e10c
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ public class XmppConnectionStressTest {
|
|||
sb.append(markerToConnectionId)
|
||||
.append(" is missing ").append(numberOfFalseMarkers)
|
||||
.append(" messages from ").append(markerFromConnectionId)
|
||||
.append(" :");
|
||||
.append(": ");
|
||||
for (int i = 0; i < marker.length; i++) {
|
||||
if (marker[i]) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue