some more package debugging to help find out why export formats are not found
git-svn-id: svn://localhost/ardour2/branches/3.0@10887 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -62,6 +62,9 @@ ExportDialog::set_session (ARDOUR::Session* s)
|
||||
|
||||
handler = _session->get_export_handler ();
|
||||
status = _session->get_export_status ();
|
||||
|
||||
std::cerr << "Setting ExportProfileManager\n";
|
||||
|
||||
profile_manager.reset (new ExportProfileManager (*_session, xml_node_name));
|
||||
|
||||
/* Possibly init stuff in derived classes */
|
||||
|
||||
@@ -68,6 +68,7 @@ ExportProfileManager::ExportProfileManager (Session & s, std::string xml_node_na
|
||||
|
||||
search_path += export_formats_search_path();
|
||||
|
||||
cerr << string_compose (_("Searching for export formats in %1"), search_path.to_string()) << endl;
|
||||
info << string_compose (_("Searching for export formats in %1"), search_path.to_string()) << endmsg;
|
||||
|
||||
/* create export config directory if necessary */
|
||||
|
||||
Reference in New Issue
Block a user