mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
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:
parent
9238253441
commit
6fbd05a77d
2 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue