aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-02-24 22:32:51 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-02-24 22:55:08 +0100
commit78a53e6fe27e6037f25470f70ea661863026f7c9 (patch)
tree6a0122d8e9dc04f9526da0c4990f968a1e9c1c0b
parent9d35b49f1686818a00e6ed0ef42f4718200fb15a (diff)
gps-track: silence fetch
-rw-r--r--gps-track2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps-track b/gps-track
index bfab8de..3fc3807 100644
--- a/gps-track
+++ b/gps-track
@@ -25,7 +25,7 @@
"\"lat\":\"" . ($Gps->"latitude") . "\"," . \
"\"lon\":\"" . ($Gps->"longitude") . "\"," . \
"\"identity\":\"" . $Identity . "\"" . \
- "}");
+ "}") as-value;
$LogPrintExit2 debug $0 ("Sending GPS data in " . $CoordinateFormat . " format: " . \
"lat: " . ($Gps->"latitude") . " " . \
"lon: " . ($Gps->"longitude")) false;