summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 2f2a7358..ec5876c2 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -228,8 +228,8 @@ ubx_msg_nav_timegps(struct gps_device_t *session, unsigned char *buf,
(double)tow / 1000.0);
gpsd_report(&session->context->errout, LOG_DATA,
- "TIMEGPS: time=%.2f mask={TIME}\n",
- session->newdata.time);
+ "TIMEGPS: time=%.2f leap=%d, mask={TIME}\n",
+ session->newdata.time, session->context->leap_seconds);
return TIME_SET | PPSTIME_IS;
}