This commit is contained in:
Timo K
2026-01-16 13:20:03 +01:00
parent f5c31626a6
commit 83df152608

View File

@@ -95,7 +95,7 @@ export class Publisher {
await this.stopTracks();
this.logger.info(`Done to stop tracks`);
} catch (e) {
this.logger.error(`Failed to stop publishing: ${e}`);
this.logger.error(`Failed to stop tracks: ${e}`);
}
}