summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2011-01-02 15:06:44 -0800
committerGary E. Miller <gem@rellim.com>2011-01-02 15:06:44 -0800
commitb4598e58c9edccf6e352b96def14410a3b155259 (patch)
tree280818b68213f140c7fb40854aaa460291dcd2a0 /driver_sirf.c
parente2980917162f7d074a7b192fa4eab9d6ae1a991c (diff)
downloadgpsd-b4598e58c9edccf6e352b96def14410a3b155259.tar.gz
Tweak a SiRF log message.
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 30c43394..97ac62b1 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -429,7 +429,7 @@ static gps_mask_t sirf_msg_swversion(struct gps_device_t *session,
gpsd_report(LOG_WARN, "SiRF: link too slow, disabling subframes.\n");
}
#endif /* ALLOW_RECONFIGURE */
- gpsd_report(LOG_DATA, "SiRF: MID 0x06: subtype='%s' mask={DEVICEID}\n",
+ gpsd_report(LOG_DATA, "SiRF: FV MID 0x06: subtype='%s' mask={DEVICEID}\n",
session->subtype);
return DEVICEID_IS;
}