summaryrefslogtreecommitdiff
path: root/driver_italk.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-06-17 04:07:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-06-17 04:07:56 -0400
commit293dc886941f20e2b1ee968587c48e7fc6caff0f (patch)
tree0c03739fbb15268a5afc8e8509c0ed78e05db7ee /driver_italk.c
parent49dd4b71a4543a7e34aecaf1120b6b5367435cc4 (diff)
downloadgpsd-293dc886941f20e2b1ee968587c48e7fc6caff0f.tar.gz
Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.
Diffstat (limited to 'driver_italk.c')
-rw-r--r--driver_italk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver_italk.c b/driver_italk.c
index 6b6ca0d0..2588e83d 100644
--- a/driver_italk.c
+++ b/driver_italk.c
@@ -283,8 +283,7 @@ static gps_mask_t italk_parse(struct gps_device_t *session,
type = (uint) getub(buf, 4);
/* we may need to dump the raw packet */
- gpsd_report(LOG_RAW, "raw italk packet type 0x%02x length %zu: %s\n",
- type, len, gpsd_hexdump_wrapper(buf, len, LOG_RAW));
+ gpsd_report(LOG_RAW, "raw italk packet type 0x%02x\n", type);
session->cycle_end_reliable = true;