From e79f8620ecdad6162d2a1239a72a049ad63eedec Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 1 Oct 2009 14:33:40 +0000 Subject: Change some legends in printf strings... ...to match the satellites->satellites_visible change. --- driver_italk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_italk.c') diff --git a/driver_italk.c b/driver_italk.c index 919037ee..23f36053 100644 --- a/driver_italk.c +++ b/driver_italk.c @@ -164,7 +164,7 @@ static gps_mask_t decode_itk_prnstatus(struct gps_device_t *session, unsigned ch // FIXME: should dump skyview here as well gpsd_report(LOG_DATA, - "PRN_STATUS: time=%.2f reported%d used=%d mask=USED|SATELLITE|TIME\n", + "PRN_STATUS: time=%.2f visible=%d used=%d mask=USED|SATELLITE|TIME\n", session->gpsdata.fix.time, session->gpsdata.satellites_visible, session->gpsdata.satellites_used); -- cgit v1.2.1