summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-28 20:19:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-28 20:19:12 +0000
commitbd4d25af4f0769f6904dcd3a1f65c7d2c10306c8 (patch)
treee311ecd067a35121a3b682181ad7825ce4908503 /driver_sirf.c
parent25605bdc5f3c5892ce29b65236f73d27133835ae (diff)
downloadgpsd-bd4d25af4f0769f6904dcd3a1f65c7d2c10306c8.tar.gz
splint and instrumentation cleanup.
All regression tests pass, code splints clean.
Diffstat (limited to 'driver_sirf.c')
-rw-r--r--driver_sirf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index d7f9d05e..d2430b09 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -765,7 +765,7 @@ gps_mask_t sirf_parse(struct gps_device_t *session, unsigned char *buf, size_t l
if ((session->driver.sirf.driverstate & UBLOX)==0)
return sirf_msg_navsol(session, buf, len);
else {
- gpsd_report(LOG_PROG, "MND 0x02 skipped, uBlox flag is on. %0x\n", session->driver.sirf.driverstate);
+ gpsd_report(LOG_PROG, "MND 0x02 skipped, uBlox flag is on.\n");
return 0;
}
case 0x04: /* Measured tracker data out */