Skip to content

Commit 717d9b3

Browse files
authored
Merge pull request #560 from bsideup/patch-1
Restore logging message. Fixes #559.
2 parents 7cc3743 + 64a1a62 commit 717d9b3

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)