summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
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);
}