diff --git a/app/core/utils/clients/nchan.ts b/app/core/utils/clients/nchan.ts index 9a4301a97..dd45de1d3 100644 --- a/app/core/utils/clients/nchan.ts +++ b/app/core/utils/clients/nchan.ts @@ -48,7 +48,7 @@ const subscribe = async (endpoint: string) => new Promise(resolve => { }); sub.on('connect', function (_event) { - nchanLogger.debug('Connected!'); + nchanLogger.debug('NCHAN:CONNECTED:%s', endpoint); resolve(); });