mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2016-05-26 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDAudioExport::cartNumber()', 'RDAudioExport::cutNumber()' and 'RDAudioExport::settings()' meethods in 'lib/rdaudioexport.cpp' and 'lib/rdaudioexport.h'. * Added expanded error logging in 'utils/rdexport/rdexport.cpp'.
This commit is contained in:
@@ -321,7 +321,8 @@ void MainObject::ExportCut(RDCart *cart,RDCut *cut)
|
||||
|
||||
if((export_err=conv->runExport(export_user->name(),export_user->password(),
|
||||
&conv_err))!=RDAudioExport::ErrorOk) {
|
||||
fprintf(stderr,"rdexport: exporter error [%s]\n",
|
||||
fprintf(stderr,"rdexport: exporter error for output file \"%s\" [%s]\n",
|
||||
(const char *)conv->destinationFile(),
|
||||
(const char *)RDAudioExport::errorText(export_err,conv_err));
|
||||
if(!export_continue_after_error) {
|
||||
exit(256);
|
||||
|
Reference in New Issue
Block a user