debugging export format UUID creation
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 14 Feb 2014 22:41:45 +0000 (17:41 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 14 Feb 2014 22:41:45 +0000 (17:41 -0500)
libs/ardour/export_profile_manager.cc

index 08fdb96e0d7a6c24c0ff70a547f8ae87d18c590c..8f8fae308e441ccb47e8ac7134abd3ebfe5a74ec 100644 (file)
@@ -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"));