deepen stack trace when checking non-RT RT calls

This commit is contained in:
Paul Davis 2019-09-18 10:08:20 -06:00
parent b3981b0206
commit beafb5b572

View File

@ -76,7 +76,7 @@ using namespace PBD;
# define ENSURE_PROCESS_THREAD \
do { \
if (!AudioEngine::instance()->in_process_thread()) { \
PBD::stacktrace (std::cerr, 20); \
PBD::stacktrace (std::cerr, 30); \
} \
} while (0)
#endif