From 1b6ba4d71d7b58d24490b696b3585cfe2b3e2027 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 18 Jun 2023 16:23:18 +0200 Subject: [PATCH] Improve error message --- gtk2_ardour/engine_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc index ce39a07ee4..b4fcdcf698 100644 --- a/gtk2_ardour/engine_dialog.cc +++ b/gtk2_ardour/engine_dialog.cc @@ -2601,7 +2601,7 @@ EngineControl::get_buffer_size () const uint32_t samples; if (sscanf (txt.c_str (), "%d", &samples) != 1) { - fprintf (stderr, "Find a trout and repeatedly slap the nearest C++ who throws exceptions without catching them.\n"); + 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"); throw exception (); }