summaryrefslogtreecommitdiffhomepage
path: root/app/lib
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2018-05-18 17:41:18 +0100
committerEmīls Piņķis <emils@mullvad.net>2018-05-18 17:41:18 +0100
commit141315df41dd55fd85c13c09c2145c7cd35b428e (patch)
tree56c47706f0e4a2ddc5e2fb9297d0e6f97ab7543e /app/lib
parent942477e503bf63e32ed1182ec3f7b6e00e8b93d8 (diff)
parentb3ae42c12096bdbfc594a052fa5615d94400bf98 (diff)
downloadmullvadvpn-141315df41dd55fd85c13c09c2145c7cd35b428e.tar.xz
mullvadvpn-141315df41dd55fd85c13c09c2145c7cd35b428e.zip
Merge branch 'fix-dont-log-coordinates'
Diffstat (limited to 'app/lib')
-rw-r--r--app/lib/backend.js2
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,