diff --git a/ts/updater/common.ts b/ts/updater/common.ts index 3c29e1d1f6..1deef3b6fe 100644 --- a/ts/updater/common.ts +++ b/ts/updater/common.ts @@ -310,7 +310,7 @@ export abstract class Updater { this.logger.info('safePoll: polling now'); await this.#checkForUpdatesMaybeInstall(CheckType.Normal); } catch (error) { - this.logger.error(`safePoll: ${Errors.toLogFormat(error)}`); + this.logger.warn(`safePoll: ${Errors.toLogFormat(error)}`); } finally { this.#schedulePoll(); }