summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-14 17:41:45 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-14 17:41:45 -0500
commitf0ddf5281b80ac03d7e1e575862eb79f9d760c46 (patch)
tree00773de97661875f51f6112fe0702600b6d9b607 /libs/ardour/export_profile_manager.cc
parent133251db91e7f58cfd5a57b46ead32c97b19126e (diff)
debugging export format UUID creation
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 08fdb96e0d..8f8fae308e 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -644,6 +644,7 @@ ExportProfileManager::get_new_format (ExportFormatSpecPtr original)
ExportFormatSpecPtr format;
if (original) {
format.reset (new ExportFormatSpecification (*original));
+ std::cerr << "After new format created from original, format has id [" << format->id().to_s() << ']' << std::endl;
} else {
format = handler->add_format();
format->set_name (_("empty format"));