mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
Report an error when post-export hook fails.
This commit is contained in:
parent
7815aa1e89
commit
5edca6c96e
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue