]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsreplay: Better error message 10167/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 20 Dec 2022 08:08:44 +0000 (09:08 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Dec 2022 08:08:44 +0000 (09:08 +0100)
Co-authored-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/dnsreplay.cc

index 48eaf8cca9d60614e212b983a11dfbef0624f1e5..2860febfb6863277136e13d21db1ded4a8706f88 100644 (file)
@@ -810,7 +810,7 @@ try
 
   bool usePCAPSourceIP = g_vm["source-from-pcap"].as<bool>();
   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);
   }