summary refs log tree commit diff
path: root/src/gateway/opcodes/StreamCreate.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-17 18:36:17 +0100
committerRory& <root@rory.gay>2026-02-17 18:36:17 +0100
commit780d2c69b08ffc803c7e867ff7719b021e27a22d (patch)
tree37e0b9b35734f62b90a2d12d729aa721f7a54431 /src/gateway/opcodes/StreamCreate.ts
parentAdd Decorators to clean classes before json serialization and remove invalid ... (diff)
downloadserver-ts-780d2c69b08ffc803c7e867ff7719b021e27a22d.tar.xz
Gateway: log user ID/i
Diffstat (limited to 'src/gateway/opcodes/StreamCreate.ts')
-rw-r--r--src/gateway/opcodes/StreamCreate.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/opcodes/StreamCreate.ts b/src/gateway/opcodes/StreamCreate.ts

index 0c6c8c2d..1b8fa7ea 100644 --- a/src/gateway/opcodes/StreamCreate.ts +++ b/src/gateway/opcodes/StreamCreate.ts
@@ -109,7 +109,7 @@ export async function onStreamCreate(this: WebSocket, data: Payload) { channel_id: voiceState.channel_id, } as VoiceStateUpdateEvent); - console.log(`[Gateway] STREAM_CREATE for user ${this.user_id} in channel ${body.channel_id} with stream key ${streamKey} in ${Date.now() - startTime}ms`); + console.log(`[Gateway/${this.user_id}] STREAM_CREATE for user ${this.user_id} in channel ${body.channel_id} with stream key ${streamKey} in ${Date.now() - startTime}ms`); } //stream key: