Improved error message in EpsImage

v0.27.3
vog 14 years ago
parent 43fe61ab73
commit da9eab3ede

@ -691,7 +691,7 @@ namespace {
} }
if (!isRemovableEmbedding) { if (!isRemovableEmbedding) {
#ifndef SUPPRESS_WARNINGS #ifndef SUPPRESS_WARNINGS
EXV_WARNING << "Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: " << posOtherXmp << "\n"; EXV_WARNING << "XMP metadata block is not removable at position: " << posOtherXmp << "\n";
#endif #endif
if (write) throw Error(21); if (write) throw Error(21);
break; break;

@ -276,33 +276,33 @@ Exit code: 0
-----> eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps <----- -----> eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps <-----
Command: exiv2 -u -pa eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps Command: exiv2 -u -pa eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps
Warning: Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: 837 Warning: XMP metadata block is not removable at position: 837
Xmp.test.test XmpText 20 TEST-irremovable-xmp Xmp.test.test XmpText 20 TEST-irremovable-xmp
Exit code: 253 Exit code: 253
Command: exiv2 -f -eX eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps Command: exiv2 -f -eX eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps
Warning: Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: 837 Warning: XMP metadata block is not removable at position: 837
Exit code: 0 Exit code: 0
Command: exiv2 -ix eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps Command: exiv2 -ix eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps
Warning: Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: 837 Warning: XMP metadata block is not removable at position: 837
Warning: Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: 837 Warning: XMP metadata block is not removable at position: 837
eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps: Could not write metadata to file: Failed to write image eps-flat_minimal_irremovable-xmp-before-endpagesetup.eps: Could not write metadata to file: Failed to write image
Exit code: 1 Exit code: 1
-----> eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps <----- -----> eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps <-----
Command: exiv2 -u -pa eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps Command: exiv2 -u -pa eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps
Warning: Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: 809 Warning: XMP metadata block is not removable at position: 809
Exit code: 253 Exit code: 253
Command: exiv2 -f -eX eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps Command: exiv2 -f -eX eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps
Warning: Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: 809 Warning: XMP metadata block is not removable at position: 809
Exit code: 0 Exit code: 0
Command: exiv2 -ix eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps Command: exiv2 -ix eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps
Warning: Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: 809 Warning: XMP metadata block is not removable at position: 809
Warning: Inflexible XMP embedding is not replaceable because XMP metadata block is not removable at position: 809 Warning: XMP metadata block is not removable at position: 809
eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps: Could not write metadata to file: Failed to write image eps-flat_minimal_irremovable-xmp-before-endpagesetup_no-adocontainsxmp.eps: Could not write metadata to file: Failed to write image
Exit code: 1 Exit code: 1

Loading…
Cancel
Save