mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
triggerbox: fix newline in debug trace output
This commit is contained in:
parent
5cf96b16a9
commit
6d2a124f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -2805,7 +2805,7 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
|
||||||
}
|
}
|
||||||
if ((int) _currently_playing->index() == n) {
|
if ((int) _currently_playing->index() == n) {
|
||||||
start_quantization = _currently_playing->follow_length();
|
start_quantization = _currently_playing->follow_length();
|
||||||
DEBUG_TRACE (DEBUG::Triggers, string_compose ("switching to next trigger %1\n, will use start Q %2", all_triggers[n]->name(), _currently_playing->follow_length()));
|
DEBUG_TRACE (DEBUG::Triggers, string_compose ("switching to next trigger %1, will use start Q %2\n", all_triggers[n]->name(), _currently_playing->follow_length()));
|
||||||
} else {
|
} else {
|
||||||
DEBUG_TRACE (DEBUG::Triggers, string_compose ("switching to next trigger %1\n", all_triggers[n]->name()));
|
DEBUG_TRACE (DEBUG::Triggers, string_compose ("switching to next trigger %1\n", all_triggers[n]->name()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue