summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-04-17 22:50:08 -0700
committerChris Kuethe <ckuethe@users.berlios.de>2010-04-17 22:50:08 -0700
commitb94b4689e39c0f1d6197b70fba59eb9d652be18a (patch)
tree0b5e15bd0ae96101e25c9a8f1fd404a9b157ae51
parent05babbfd8ac6b622804b4b94710203aedef3983d (diff)
downloadgpsd-b94b4689e39c0f1d6197b70fba59eb9d652be18a.tar.gz
change word dumps to LOG_IO
-rw-r--r--subframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/subframe.c b/subframe.c
index f01916ea..6cc43b9b 100644
--- a/subframe.c
+++ b/subframe.c
@@ -45,7 +45,7 @@ int gpsd_interpret_subframe_raw(struct gps_device_t *session,
* word is inverted.
*
*/
- gpsd_report(LOG_PROG, "50B: gpsd_interpret_subframe_raw: "
+ gpsd_report(LOG_IO, "50B: gpsd_interpret_subframe_raw: "
"%08x %08x %08x %08x %08x %08x %08x %08x %08x %08x\n",
words[0], words[1], words[2], words[3], words[4],
words[5], words[6], words[7], words[8], words[9]);
@@ -101,7 +101,7 @@ void gpsd_interpret_subframe(struct gps_device_t *session,
* To date this code has been tested on iTrax, SiRF and ublox.
*/
unsigned int pageid, subframe, data_id, leap, lsf, wnlsf, dn, preamble;
- gpsd_report(LOG_PROG,
+ gpsd_report(LOG_IO,
"50B: gpsd_interpret_subframe: "
"%06x %06x %06x %06x %06x %06x %06x %06x %06x %06x\n",
words[0], words[1], words[2], words[3], words[4],