Skip to content

Commit 692cca6

Browse files
fix: logging adjustments
1 parent e94d78f commit 692cca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wtp/locationSelector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class LocationSelector {
169169
logger.error('Locations update is taking too long', e);
170170
}
171171
} finally {
172-
log.info('Finished WPT locations update');
172+
logger.info('Finished WPT locations update');
173173
}
174174
}
175175

0 commit comments

Comments
 (0)