Skip to content

Commit

Permalink
chore: fix log id (#4882)
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup authored Sep 20, 2023
1 parent 1e5ee31 commit 3397cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass/src/main/auto-update-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ class CompassAutoUpdateManager {

preferences.onPreferenceValueChanged('autoUpdates', (enabled) => {
log.info(
mongoLogId(1_001_000_247),
mongoLogId(1_001_000_251),
'AutoUpdateManager',
`autoUpdate preference toggled to ${enabled ? 'enabled' : 'disabled'}`,
{
Expand Down

0 comments on commit 3397cf2

Please sign in to comment.