Show URI of file uploaded to Soundcloud in log window.
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Fri, 23 May 2014 17:47:33 +0000 (18:47 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Fri, 23 May 2014 17:47:33 +0000 (18:47 +0100)
libs/ardour/export_handler.cc

index ed799512b9e9b2b9f2ba3f7b066bef73bd1cbaf2..b315494127f0bf002e36544c1a1f62c94ebfe945 100644 (file)
@@ -364,6 +364,7 @@ ExportHandler::finish_timespan ()
                                        this);
 
                        if (path.length() != 0) {
+                               info << string_compose ( _("File %1 uploaded to %2"), filename, path) << endmsg;
                                if (soundcloud_open_page) {
                                        std::cerr << "opening " << path << " ..." << std::endl;
                                        open_uri(path.c_str());  // open the soundcloud website to the new file