mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
deepen stacktrace to show where non-process calls to supposedly process-stack-only methods are called
This commit is contained in:
parent
bd229936ec
commit
ad8f21763e
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ using namespace PBD;
|
|||
# define ENSURE_PROCESS_THREAD \
|
||||
do { \
|
||||
if (!AudioEngine::instance()->in_process_thread()) { \
|
||||
PBD::stacktrace (std::cerr, 10); \
|
||||
PBD::stacktrace (std::cerr, 20); \
|
||||
} \
|
||||
} while (0)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue