normalize use of .info (INFO) instead of .succ (DONE) logging

This commit is contained in:
Hazelnoot 2025-05-22 10:34:27 -04:00
parent 8e30744bb9
commit e9eaafae41
13 changed files with 27 additions and 27 deletions

View file

@ -69,6 +69,6 @@ export class CleanProcessorService {
this.reversiService.cleanOutdatedGames();
this.logger.succ('Cleaned.');
this.logger.info('Cleaned.');
}
}