File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/hadron-auto-update-manager Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments