mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
MeshCmd AmtUUID fix.
This commit is contained in:
parent
a46340f1ed
commit
3cb92683b6
2 changed files with 2 additions and 8 deletions
|
@ -787,7 +787,7 @@ function CreateDesktopMultiplexor(parent, domain, nodeid, func) {
|
|||
obj.sendToAllInputViewers(data);
|
||||
break;
|
||||
default:
|
||||
console.log('Un-handled agent command: ' + command);
|
||||
console.log('Un-handled agent command: ' + command + ', length: ' + cmdsize);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue