From 6bdac569982b171b36ffdd7f7a4fbbd770c825a6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 27 May 2015 10:57:40 -0400 Subject: [PATCH] some more information output to log during save-as, for debugging --- libs/ardour/session_state.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 7c3bd625e9..ac3f8d6518 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -4453,6 +4453,7 @@ Session::save_as (SaveAs& saveas) if (internal_file_cnt) { for (vector::iterator s = old_search_path[DataType::AUDIO].begin(); s != old_search_path[DataType::AUDIO].end(); ++s) { ensure_search_path_includes (*s, DataType::AUDIO); + cerr << "be sure to include " << *s << " for audio" << endl; } /* we do not do this for MIDI because we copy