From e2323545f71657c5f83e9dad6629991e88d6e478 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Thu, 26 Oct 2017 23:13:25 +0200 Subject: [PATCH] dnsdist: print WrongTypeException details in local console, too --- pdns/dnsdist-console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 07b1cd223..3fec2cb1b 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -242,7 +242,7 @@ void doConsole() } } catch(const LuaContext::WrongTypeException& e) { - std::cerr<<"Command returned an object we can't print"<