diff --git a/libs/ardour/utils.cc b/libs/ardour/utils.cc index d9523d3e54..9a3c96eaa8 100644 --- a/libs/ardour/utils.cc +++ b/libs/ardour/utils.cc @@ -687,7 +687,8 @@ ARDOUR::matching_unsuffixed_filename_exists_in (const string& dir, const string& } } } catch (const Glib::Error& e) { - error << string_compose (_("cannot open directory %1 (%2)"), dir, e.what()) << endl; + // error << string_compose (_("cannot open directory %1 (%2)"), dir, e.what()) << endl; + error << string_compose (_("cannot open directory %1 (some exception)"), dir) << endl; return false; }