Skip to content

Commit

Permalink
info log
Browse files Browse the repository at this point in the history
  • Loading branch information
rbennettcw committed Oct 24, 2024
1 parent 516f017 commit 5316314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/model/src/contest/PerformContestRollovers.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function PerformContestRollovers(): Command<

const contestRolloverPromises = contestManagersWithEndedContest.map(
async ({ url, private_url, contest_address, interval, ended }) => {
log.debug(`ROLLOVER: ${contest_address}`);
log.info(`ROLLOVER: ${contest_address}`);

if (interval === 0 && !ended) {
// preemptively mark as ended so that rollover
Expand Down

0 comments on commit 5316314

Please sign in to comment.