Report an error when post-export hook fails.
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Thu, 3 Jul 2014 17:25:35 +0000 (18:25 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Sat, 5 Jul 2014 20:47:49 +0000 (21:47 +0100)
libs/ardour/export_handler.cc

index e706522aa9b6678e5038e354f81fa3301a081a65..ec89f270ca832534d212b04ab0f01c9fa872e100 100644 (file)
@@ -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);
                }