mirror of
https://github.com/jetkvm/cloud-api.git
synced 2025-09-16 08:38:15 +00:00
A tiny bit clearer logging (#33)
This commit is contained in:
parent
dc5aed27e8
commit
710c4d73b4
@ -285,7 +285,12 @@ function setupClientWebSocket(clientWs: WebSocket, deviceId: string, token: stri
|
||||
return clientWs.close();
|
||||
}
|
||||
|
||||
console.log("[Client] Sending client connected message to device", version);
|
||||
console.log(
|
||||
"[Client] Sending client device-metadata, version:",
|
||||
version,
|
||||
" - ",
|
||||
deviceId,
|
||||
);
|
||||
|
||||
clientWs.send(
|
||||
JSON.stringify({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user