summaryrefslogtreecommitdiff
path: root/driver_navcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_navcom.c')
-rw-r--r--driver_navcom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver_navcom.c b/driver_navcom.c
index aa78c2f9..770a5e4d 100644
--- a/driver_navcom.c
+++ b/driver_navcom.c
@@ -1127,8 +1127,7 @@ gps_mask_t navcom_parse(struct gps_device_t * session, unsigned char *buf,
msg_len = (uint) getleu16(buf, 4);
/*@ -usedef -compdef @*/
- gpsd_report(LOG_RAW, "Navcom: packet type 0x%02x, length %d: %s\n",
- cmd_id, msg_len, gpsd_hexdump_wrapper(buf, len, LOG_RAW));
+ gpsd_report(LOG_RAW, "Navcom: packet type 0x%02x\n", cmd_id);
/*@ +usedef +compdef @*/
(void)snprintf(session->gpsdata.tag, sizeof(session->gpsdata.tag),