mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
[sinttest] Improve message ouf XmppConnectionStressTest
This commit is contained in:
parent
7fcc8a9bd3
commit
688c06020b
1 changed files with 1 additions and 0 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue