mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
More useful debug message (print script that failed to parse)
This commit is contained in:
parent
93a5f2d768
commit
213b3cd593
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ LuaScripting::scan_script (const std::string &fn, const std::string &sc)
|
|||
}
|
||||
if (err) {
|
||||
#ifndef NDEBUG
|
||||
cerr << "failed to load lua script\n";
|
||||
cerr << "failed to load lua script fn: '"<< fn << "'\n";
|
||||
#endif
|
||||
return LuaScriptInfoPtr();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue