]> granicus.if.org Git - pdns/commit
extract nested exception from Luawrapper
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 28 Oct 2016 13:31:53 +0000 (15:31 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Nov 2017 14:40:28 +0000 (15:40 +0100)
commit00e1743c193f61f807793d0d2d3a20f8167b04d2
treea0099ef4255eb60fab7da2509c29ce27707c64a8
parentf2fc7262e09e6a06aaa24230039ca23f3360f850
extract nested exception from Luawrapper

Before:
Oct 28 15:30:34 STL error (www.foobar.com/A from 127.0.0.1): Exception thrown by a callback function called by Lua

After:
Oct 28 15:30:34 STL error (www.foobar.com/A from 127.0.0.1): Exception thrown by a callback function called by Lua. Extra info: Found . in wrong position in DNSName www.foobar.com..internal

reported by @elad, thanks!

(cherry picked from commit 068c763422b5830dc15598089f7760e79f5bdf81)
pdns/pdns_recursor.cc