From 47a575059379218f4f7c55b7969ef82a4bb89077 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 20 Dec 2022 09:08:44 +0100 Subject: [PATCH] dnsreplay: Better error message Co-authored-by: Otto Moerbeek --- pdns/dnsreplay.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2