We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9e6cc commit eb61dadCopy full SHA for eb61dad
1 file changed
source/telnet/TelnetOutputBuilder.java
@@ -41,7 +41,7 @@ public void run()
41
42
if(!value.isEmpty())
43
{
44
- CommonRails.printSystemComponent(this, this.hashCode(), "TelnetOutputBuilder Output >> sending message ["+message+"]");
+ CommonRails.printSystemComponent(this, this.hashCode(), "TelnetOutputBuilder Output >> sending message ["+message.toString()+"]");
45
46
proxy.writer.write(value);
47
0 commit comments