Report an error when post-export hook fails.

This commit is contained in:
Colin Fletcher 2014-07-03 18:25:35 +01:00
parent 7815aa1e89
commit 5edca6c96e

View 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);
}