summaryrefslogtreecommitdiff
path: root/driver_proto.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_proto.c
parent49dd4b71a4543a7e34aecaf1120b6b5367435cc4 (diff)
downloadgpsd-293dc886941f20e2b1ee968587c48e7fc6caff0f.tar.gz
Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.
Diffstat (limited to 'driver_proto.c')
-rw-r--r--driver_proto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver_proto.c b/driver_proto.c
index 8d13b578..f12e2dbc 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -285,8 +285,7 @@ gps_mask_t _proto__dispatch(struct gps_device_t *session, unsigned char *buf, si
type = GET_MESSAGE_TYPE();
/* we may need to dump the raw packet */
- gpsd_report(LOG_RAW, "raw _proto_ packet type 0x%02x length %d: %s\n",
- type, len, gpsd_hexdump_wrapper(buf, len, LOG_RAW));
+ gpsd_report(LOG_RAW, "raw _proto_ packet type 0x%02x\n", type));
/*
* The tag field is only 8 bytes; be careful you do not overflow.