From 8c0128efb6ddc258dba0a3e6bbb996d9d2f93989 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 9 Apr 2018 14:43:51 +0200 Subject: [PATCH] print the actual name of the failing file --- pdns/reczones.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/reczones.cc b/pdns/reczones.cc index 364b710da..15bad547e 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<