Mercurial > stress-tester
changeset 1256:a9eb4c208539
SessionPayloadEvent toString print more data
author | Devel 2 |
---|---|
date | Thu, 02 Jul 2020 10:50:01 +0200 |
parents | b4b1febc1058 |
children | a0e5df7b0e45 |
files | stress-tester/src/main/java/com/passus/st/client/SessionPayloadEvent.java |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stress-tester/src/main/java/com/passus/st/client/SessionPayloadEvent.java Thu Jul 02 10:49:34 2020 +0200 +++ b/stress-tester/src/main/java/com/passus/st/client/SessionPayloadEvent.java Thu Jul 02 10:50:01 2020 +0200 @@ -82,7 +82,9 @@ @Override public String toString() { return "SessionPayloadEvent{" + - "request=" + request + + "timestamp=" + getTimestamp() + + ", session=" + getSessionInfo() + + ", request=" + request + ", response=" + response + ", protocol=" + protocolToString(protocolId) + '}';