mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +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);
|
Integer markerFromConnectionId = connectionIds.get(markerFromAddress);
|
||||||
sb.append(markerToConnectionId)
|
sb.append(markerToConnectionId)
|
||||||
.append(" is missing ").append(numberOfFalseMarkers)
|
.append(" is missing ").append(numberOfFalseMarkers)
|
||||||
|
.append(" ( of ").append(marker.length).append(" messages)")
|
||||||
.append(" messages from ").append(markerFromConnectionId)
|
.append(" messages from ").append(markerFromConnectionId)
|
||||||
.append(": ");
|
.append(": ");
|
||||||
for (int i = 0; i < marker.length; i++) {
|
for (int i = 0; i < marker.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue