summaryrefslogtreecommitdiff
path: root/recipes-navigation
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-navigation')
-rwxr-xr-xrecipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh b/recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh
index 7f22719..5644d57 100755
--- a/recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh
+++ b/recipes-navigation/gpsd/gpsd/gpsd_ubx_settime.sh
@@ -6,7 +6,7 @@ trap "stty echo icanon" exit
OIFS=$IFS
IFS=$'\n'
if ! /usr/sbin/gpsd_ubx_fixed ; then
- logger -e -p user.warn "GPS does not have a fix yet. Try again later."
+ logger -s -p user.warn "GPS does not have a fix yet. Try again later."
exit 1
fi
# This shell script is shaped by two things: