mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Consistent Lua script error and print() output 2/2
This commit is contained in:
parent
a2f07f66a5
commit
606d6de4b1
5 changed files with 61 additions and 3 deletions
|
|
@ -1740,6 +1740,7 @@ ProcessorEntry::LuaPluginDisplay::render_inline (cairo_t *cr, uint32_t width)
|
|||
#ifndef NDEBUG
|
||||
cerr << "LuaException:" << e.what () << endl;
|
||||
#endif
|
||||
PBD::warning << "LuaException: " << e.what () << endmsg;
|
||||
} catch (...) { }
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue