Skip to content

Commit

Permalink
Update src/Scheduler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Will Hunt <will@half-shot.uk>
  • Loading branch information
reivilibre and Half-Shot authored Feb 4, 2024
1 parent c5e8d08 commit 7db2cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export class Scheduler {
await this.client.sendStateEvent(confAud.roomId, "m.room.name", "", nameEventContent);
}
} catch (e) {
LogService.error("Scheduler:talkStart", `Error when considering changing name of track room: ${e}`);
LogService.error("Scheduler:talkStart", `Error when considering changing name of track room`, e);
}
} else if (task.type === ScheduledTaskType.TalkQA) {
if (!task.talk.prerecorded) return;
Expand Down

0 comments on commit 7db2cba

Please sign in to comment.