Skip to content

Commit eb61dad

Browse files
committed
System Touch
1 parent 6a9e6cc commit eb61dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/telnet/TelnetOutputBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void run()
4141

4242
if(!value.isEmpty())
4343
{
44-
CommonRails.printSystemComponent(this, this.hashCode(), "TelnetOutputBuilder Output >> sending message ["+message+"]");
44+
CommonRails.printSystemComponent(this, this.hashCode(), "TelnetOutputBuilder Output >> sending message ["+message.toString()+"]");
4545

4646
proxy.writer.write(value);
4747

0 commit comments

Comments
 (0)