summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-23 18:47:33 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-23 18:47:33 +0100
commit29f0ad473f1a6a23127d247abee673a5d6025df5 (patch)
treef59c0bf83190eeffae34e373064de39689619adf /libs/ardour/export_handler.cc
parentb49e3982502f5e483422960dc11be967d7c790f4 (diff)
Show URI of file uploaded to Soundcloud in log window.
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index ed799512b9..b315494127 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -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