mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
minor change in exception handling while testing issue on macOS
This commit is contained in:
parent
f3e581be0d
commit
ee4d673da1
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue