| 117 | | pdl.reset(new PowerDNSLua(scripts[0])); |
| 118 | | L<<Logger::Info<<"Loaded Lua script '"<<scripts[0]<<"' to edit the incoming AXFR of '"<<domain<<"'"<<endl; |
| | 117 | try { |
| | 118 | pdl.reset(new PowerDNSLua(scripts[0])); |
| | 119 | L<<Logger::Info<<"Loaded Lua script '"<<scripts[0]<<"' to edit the incoming AXFR of '"<<domain<<"'"<<endl; |
| | 120 | } |
| | 121 | catch(std::exception& e) { |
| | 122 | L<<Logger::Error<<"Failed to load Lua editing script '"<<scripts[0]<<"' for incoming AXFR of '"<<domain<<"': "<<e.what()<<endl; |
| | 123 | return; |
| | 124 | } |