mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
more debug output for bad buffer sized trout
This commit is contained in:
parent
ca1e466f26
commit
dfbe4f61cd
1 changed files with 1 additions and 0 deletions
|
|
@ -2605,6 +2605,7 @@ EngineControl::get_buffer_size () const
|
|||
if (sscanf (txt.c_str (), "%d", &samples) != 1) {
|
||||
fprintf (stderr, "Find a trout and repeatedly slap the nearest C++ developer who throws exceptions without catching them.\n");
|
||||
fprintf (stderr, "Ardour will likely crash now, giving you time to get the trout.\n");
|
||||
fprintf (stderr, "the buffer size combo said [%s]\n", txt.c_str());
|
||||
throw exception ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue