Skip to content

Commit 3a9ec35

Browse files
authored
chore: fix logid conflicts (#3057)
1 parent cc8ddc4 commit 3a9ec35

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)