Skip to content
Snippets Groups Projects
Commit cd1183f1 authored by echicken's avatar echicken :chicken:
Browse files

Make log messages more obvious.

parent b5b08673
Branches
Tags
No related merge requests found
...@@ -403,7 +403,7 @@ try { ...@@ -403,7 +403,7 @@ try {
var rlogin_addr = ini.RLoginInterface; var rlogin_addr = ini.RLoginInterface;
} }
log(LOG_DEBUG, 'Connecting to ' + rlogin_addr + ':' + ini.RLoginPort); log(LOG_DEBUG, 'WSRS Connecting to ' + rlogin_addr + ':' + ini.RLoginPort);
rlogin = new RLoginClient( rlogin = new RLoginClient(
{ host : rlogin_addr, { host : rlogin_addr,
port : ini.RLoginPort, port : ini.RLoginPort,
......
...@@ -235,7 +235,7 @@ try { ...@@ -235,7 +235,7 @@ try {
} }
var wss = new WebSocketProxy(client); var wss = new WebSocketProxy(client);
log(LOG_DEBUG, 'Connecting to ' + telnet_addr + ':' + ini.TelnetPort); log(LOG_DEBUG, 'WSTS Connecting to ' + telnet_addr + ':' + ini.TelnetPort);
var telnet = new TelnetClient(telnet_addr, ini.TelnetPort); var telnet = new TelnetClient(telnet_addr, ini.TelnetPort);
while (client.socket.is_connected && telnet.connected) { while (client.socket.is_connected && telnet.connected) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment