summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-07-03 18:25:35 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-07-05 21:47:49 +0100
commit5edca6c96e97193413c4891fb47f54ee7d91b9a1 (patch)
treec4f57226e46410b20216c480f20801621bed2296 /libs/ardour/export_handler.cc
parent7815aa1e89e07e2785d6995b94a28a72a96c74cb (diff)
Report an error when post-export hook fails.
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index e706522aa9..ec89f270ca 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -336,6 +336,8 @@ ExportHandler::finish_timespan ()
// wait for system exec to terminate
Glib::usleep (1000);
}
+ } else {
+ error << "post-export hook failed! " << fmt->command() << endmsg;
}
delete (se);
}