Fix: move proxy-mode log out of try-block variable scope

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
deadRabbit
2026-02-22 14:08:03 +01:00
parent 3b3a667b96
commit c6eded0b48

View File

@@ -189,7 +189,7 @@ export async function rdpWebsocket(fastify: FastifyInstance) {
return; return;
} }
fastify.log.info({ uuid: readyInstruction[1] }, 'RDP: entering proxy mode'); fastify.log.info('RDP: entering proxy mode');
// --- Proxy mode --- // --- Proxy mode ---
guacd.on('data', (data: Buffer) => { guacd.on('data', (data: Buffer) => {