if a session cannot be loaded, dump the error stack to stderr

This commit is contained in:
Paul Davis 2015-06-29 16:28:04 -04:00
parent b822a77193
commit c3edce9a26

View File

@ -3209,6 +3209,9 @@ ARDOUR_UI::load_session (const std::string& path, const std::string& snap_name,
msg.set_position (Gtk::WIN_POS_CENTER);
pop_back_splash (msg);
msg.present ();
dump_errors (cerr);
(void) msg.run ();
msg.hide ();