Skip to content

Commit 59a364c

Browse files
author
Simon MacMullen
committed
Separate the bytes we display.
1 parent ed8af99 commit 59a364c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/rabbitmq/client/impl/Frame.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public static void protocolVersionMismatch(DataInputStream is) throws IOExceptio
190190
else {
191191
String sig = "";
192192
for (int i = 0; i < 4; i++) {
193+
if (i != 0) sig += ",";
193194
sig += signature[i];
194195
}
195196

0 commit comments

Comments
 (0)