diff options
Diffstat (limited to 'app/lib')
| -rw-r--r-- | app/lib/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 941f73dc48..4df4d801e8 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -409,7 +409,7 @@ export class Backend { const location = await this._ipc.getLocation(); - log.info('Got location: ', location); + log.info('Got location from daemon'); const locationUpdate = { ip: location.ip, |
