mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
safePoll shouldn't produce error messages
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user