Skip to content

Commit 7f6c482

Browse files
committed
Merge branch 'main' into 1.31-releases
2 parents 0b21b98 + 3a9ec35 commit 7f6c482

File tree

1 file changed

+2
-2
lines changed
  • packages/hadron-auto-update-manager

1 file changed

+2
-2
lines changed

packages/hadron-auto-update-manager/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ AutoUpdateManager.prototype.setupAutoUpdater = function() {
8585
});
8686

8787
autoUpdater.on('checking-for-update', () => {
88-
log.info(mongoLogId(1001000125), 'AutoUpdateManager', 'Checking for updates ...');
88+
log.info(mongoLogId(1001000135), 'AutoUpdateManager', 'Checking for updates ...');
8989
this.setState(CheckingState);
9090
});
9191

@@ -110,7 +110,7 @@ AutoUpdateManager.prototype.setupAutoUpdater = function() {
110110
});
111111

112112
autoUpdater.setFeedURL(this.feedURL);
113-
log.info(mongoLogId(1001000124), 'AutoUpdateManager', 'Feed url set',
113+
log.info(mongoLogId(1001000136), 'AutoUpdateManager', 'Feed url set',
114114
{feedURL: this.feedURL});
115115
};
116116

0 commit comments

Comments
 (0)