summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
authorJon Schlueter <jon.schlueter@gmail.com>2011-03-01 05:55:18 -0500
committerJon Schlueter <jon.schlueter@gmail.com>2011-03-22 06:52:19 -0400
commit70b9d6d1ace289023c158249e51c0c6bfe3dc8b8 (patch)
tree2a8529e950e6aa4678fce08ab23d8572f8864845 /driver_sirf.c
parentd15f8580b956fb2f2dc05603a04e6e513eaf7751 (diff)
downloadgpsd-70b9d6d1ace289023c158249e51c0c6bfe3dc8b8.tar.gz
add a debug message to sirf_msg_navdata to display additional info
Diffstat (limited to 'driver_sirf.c')
-rw-r--r--driver_sirf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index 97f7ea06..a06db386 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -447,6 +447,7 @@ static gps_mask_t sirf_msg_navdata(struct gps_device_t *session,
words[i] = (uint32_t)getbeu32(buf, 4 * i + 3);
}
+ gpsd_report(LOG_IO, "SiRF: NavData chan %u svid %u\n",chan,svid);
#ifdef ALLOW_RECONFIGURE
if (!session->context->readonly && session->gpsdata.dev.baudrate < 38400) {