sign: fix yet another build break

This commit is contained in:
Srivats P 2016-11-18 21:29:45 +05:30
parent b4beda7c30
commit 7366e5d2e6

View File

@ -73,7 +73,7 @@ void PcapRxStats::run()
#else
if (pcap_setdirection(handle_, PCAP_D_IN) < 0)
qDebug("RxStats: Error setting IN direction %s: %s\n",
device, pcap_geterr(handle_));
qPrintable(device_), pcap_geterr(handle_));
#endif
if (pcap_compile(handle_, &bpf, qPrintable(capture_filter),