1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

High res Assistant images.

This commit is contained in:
Ylian Saint-Hilaire 2021-05-25 10:13:18 -07:00
parent cb84370061
commit 604a0d10a8
7 changed files with 3 additions and 3 deletions

View file

@ -357,7 +357,7 @@ module.exports.CreateSshTerminalRelay = function (parent, db, ws, req, domain, u
obj.ws = ws;
obj.relayActive = false;
parent.parent.debug('relay', 'SSH: Request for SSH relay (' + req.clientIp + ')');
parent.parent.debug('relay', 'SSH: Request for SSH terminal relay (' + req.clientIp + ')');
// Disconnect
obj.close = function (arg) {