From: Peter van Dijk Date: Mon, 9 Apr 2018 12:43:51 +0000 (+0200) Subject: print the actual name of the failing file X-Git-Tag: dnsdist-1.3.1~170^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6456%2Fhead;p=thirdparty%2Fpdns.git print the actual name of the failing file --- diff --git a/pdns/reczones.cc b/pdns/reczones.cc index 364b710da2..15bad547ef 100644 --- a/pdns/reczones.cc +++ b/pdns/reczones.cc @@ -430,7 +430,7 @@ std::shared_ptr parseAuthAndForwards() ifstream ifs(fname.c_str()); if(!ifs) { - g_log<