diff --git a/src/state/geolocation.tsx b/src/state/geolocation.tsx index be58344890..0ab7c21327 100644 --- a/src/state/geolocation.tsx +++ b/src/state/geolocation.tsx @@ -67,6 +67,7 @@ export function beginResolveGeolocation() { if (geolocation) { device.set(['geolocation'], geolocation) emitGeolocationUpdate(geolocation) + logger.debug(`geolocation: resolved`, {geolocation}) } else { // endpoint should throw on all failures, this is insurance throw new Error(`geolocation: nothing returned from initial request`) @@ -85,6 +86,7 @@ export function beginResolveGeolocation() { if (geolocation) { device.set(['geolocation'], geolocation) emitGeolocationUpdate(geolocation) + logger.debug(`geolocation: resolved`, {geolocation}) } else { // endpoint should throw on all failures, this is insurance throw new Error(`geolocation: nothing returned from retries`)