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

Debug logging stuff.

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