From: Remi Gacogne Date: Tue, 20 Dec 2022 08:08:44 +0000 (+0100) Subject: dnsreplay: Better error message X-Git-Tag: dnsdist-1.8.0-rc1~149^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10167%2Fhead;p=thirdparty%2Fpdns.git dnsreplay: Better error message Co-authored-by: Otto Moerbeek --- diff --git a/pdns/dnsreplay.cc b/pdns/dnsreplay.cc index 48eaf8cca9..2860febfb6 100644 --- a/pdns/dnsreplay.cc +++ b/pdns/dnsreplay.cc @@ -810,7 +810,7 @@ try bool usePCAPSourceIP = g_vm["source-from-pcap"].as(); if (usePCAPSourceIP && !checkIPTransparentUsability()) { - cerr << "--source-from-pcap requested but IP_TRANSPARENT support is not working properly" << endl; + cerr << "--source-from-pcap requested but IP_TRANSPARENT support is unavailable or not working properly" << endl; exit(EXIT_FAILURE); }