if a session cannot be loaded, dump the error stack to stderr
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 20:28:04 +0000 (16:28 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Jun 2015 20:28:04 +0000 (16:28 -0400)
gtk2_ardour/ardour_ui.cc

index 1921b897cedf8dda53528baadc2ffd03d6fdaff1..524d16e017c002e8191ba0ec0959a74028b54f28 100644 (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 ();