13
0

debugging with markk: stacktrace on bank switch in mackie code

This commit is contained in:
Paul Davis 2017-01-31 20:12:04 +01:00
parent 6f66fbbf73
commit 9e7652ca62

View File

@ -368,6 +368,7 @@ int
MackieControlProtocol::switch_banks (uint32_t initial, bool force)
{
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("switch banking to start at %1 force ? %2 current = %3\n", initial, force, _current_initial_bank));
PBD::stacktrace (cerr, 20);
if (initial == _current_initial_bank && !force) {
/* everything is as it should be */