summaryrefslogtreecommitdiff
path: root/driver_skytraq.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-03-30 17:45:40 -0700
committerGary E. Miller <gem@rellim.com>2016-03-30 17:45:40 -0700
commitea7a6966ceba544aa36ab2bc05c8383b2f24f47d (patch)
tree88e4cfbd3255f3833132bf7db7869c5f063d6cc3 /driver_skytraq.c
parent27029d8b18ec25a0872e4cba1e30a3539679457f (diff)
downloadgpsd-ea7a6966ceba544aa36ab2bc05c8383b2f24f47d.tar.gz
Tweak to Skytraq debug logging.
Diffstat (limited to 'driver_skytraq.c')
-rw-r--r--driver_skytraq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_skytraq.c b/driver_skytraq.c
index 075303bf..58892297 100644
--- a/driver_skytraq.c
+++ b/driver_skytraq.c
@@ -64,7 +64,7 @@ static gps_mask_t sky_msg_DC(struct gps_device_t *session,
session->gpsdata.skyview_time = gpsd_gpstime_resolve(session, wn, f_tow );
gpsd_log(&session->context->errout, LOG_DATA,
- "Skytraq: MID 0xDC: iod=%u, wn=%u, tow=%u, mp=%u, t=%lld.%3u\n",
+ "Skytraq: MID 0xDC: iod=%u, wn=%u, tow=%u, mp=%u, t=%lld.%03u\n",
iod, wn, tow, mp,
(long long)session->gpsdata.skyview_time, msec);
return 0;