diff options
author | Guy Harris <guy@alum.mit.edu> | 2015-02-03 13:42:03 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2015-02-05 17:42:36 -0800 |
commit | 3159b2e50b768f684194e318f0bcc392ec94e800 (patch) | |
tree | 3e0abe8cccd85fab4c2f247b8022d6eaadbcab00 /pcap-linux.c | |
parent | f074ec5cf9f5487655055a9036ef2ebfa6288af1 (diff) |
Clean up error message.
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index fdc765fb..8c1caaf9 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -3760,7 +3760,7 @@ create_ring(pcap_t *handle, int *status) #endif default: snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, - "Internal error: unknown TPACKET_value %d", + "Internal error: unknown TPACKET_ value %u", handlep->tp_version); *status = PCAP_ERROR; return -1; |