From 5edca6c96e97193413c4891fb47f54ee7d91b9a1 Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Thu, 3 Jul 2014 18:25:35 +0100 Subject: Report an error when post-export hook fails. --- libs/ardour/export_handler.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour') 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); } -- cgit v1.2.3