mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
add stderr output for TransportFSM bad transitions, and remove stacktrace
This commit is contained in:
parent
ad14077587
commit
66bc15f8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ void
|
|||
TransportFSM::bad_transition (Event const & ev)
|
||||
{
|
||||
error << "bad transition, current state = " << current_state() << " event = " << enum_2_string (ev.type) << endmsg;
|
||||
PBD::stacktrace (std::cerr, 30);
|
||||
std::cerr << "bad transition, current state = " << current_state() << " event = " << enum_2_string (ev.type) << std::endl;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue