From dfbe4f61cd92cfaf05539a3ab41aac0a8aee8ff4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 12 Oct 2023 18:33:35 -0600 Subject: [PATCH] more debug output for bad buffer sized trout --- gtk2_ardour/engine_dialog.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc index 95ba602826..f5b45ce8c2 100644 --- a/gtk2_ardour/engine_dialog.cc +++ b/gtk2_ardour/engine_dialog.cc @@ -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 (); }