diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index af4a9a1e04..cd165a7e5e 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -2585,6 +2585,7 @@ Session::XMLSourceFactory (const XMLNode& node) catch (failed_constructor& err) { error << string_compose (_("Found a sound file that cannot be used by %1. Talk to the programmers."), PROGRAM_NAME) << endmsg; + node.dump (std::cout, " Invalid Source: "); return boost::shared_ptr(); } }