Skip to content

Commit 64a1a62

Browse files
committed
Restore logging message. Fixes #559.
https://github.com/rsocket/rsocket-java/pull/467/files#diff-e9943f246be37dc1abf9a2821d305580R103 This change seems to be invalid and should be reverted Signed-off-by: Sergei Egorov <[email protected]>
1 parent 7cc3743 commit 64a1a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-core/src/main/java/io/rsocket/internal/ClientServerInputMultiplexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public ClientServerInputMultiplexer(DuplexConnection source, PluginRegistry plug
100100
}
101101
},
102102
t -> {
103-
LOGGER.error("test", t);
103+
LOGGER.error("Error receiving frame:", t);
104104
dispose();
105105
});
106106
}

0 commit comments

Comments
 (0)