From 7366e5d2e65a5ebadb05c633e8ef5b0a5864a593 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Fri, 18 Nov 2016 21:29:45 +0530 Subject: [PATCH] sign: fix yet another build break --- server/pcaprxstats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pcaprxstats.cpp b/server/pcaprxstats.cpp index a9a7d1b..6a31d5d 100644 --- a/server/pcaprxstats.cpp +++ b/server/pcaprxstats.cpp @@ -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),