From 6837f9ce926d149bc73c98d9ea5cfab671e0700a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 15 Nov 2017 11:07:14 -0800 Subject: Put back deleted argument. --- pcap-usb-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-usb-linux.c') diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c index 802842b7..44e426c2 100644 --- a/pcap-usb-linux.c +++ b/pcap-usb-linux.c @@ -765,7 +765,7 @@ usb_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *u if (gettimeofday(&pkth.ts, NULL) < 0) { pcap_fmt_errmsg_for_errno(handle->errbuf, PCAP_ERRBUF_SIZE, - errno, "Can't get timestamp for message '%s'"); + errno, "Can't get timestamp for message '%s'", string); return -1; } uhdr->ts_sec = pkth.ts.tv_sec; -- cgit v1.2.1