From 29af3b1aee90823eb90494b6f881318adbbc0416 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 1 Jul 2016 16:01:33 +0200 Subject: some debug message for lua processors --- libs/ardour/luaproc.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/luaproc.cc') diff --git a/libs/ardour/luaproc.cc b/libs/ardour/luaproc.cc index da7be47d21..63b4e11299 100644 --- a/libs/ardour/luaproc.cc +++ b/libs/ardour/luaproc.cc @@ -602,6 +602,10 @@ LuaProc::configure_io (ChanCount in, ChanCount out) try { lua_dsp_configure (&in, &out); } catch (luabridge::LuaException const& e) { + PBD::error << "LuaException: " << e.what () << "\n"; +#ifndef NDEBUG + std::cerr << "LuaException: " << e.what () << "\n"; +#endif return false; } } -- cgit v1.2.3