Improve "unhandled chunks" message

master
Matteo Cypriani 7 years ago
parent 76c2a9201f
commit 56c7003468

@ -131,7 +131,7 @@ impl fmt::Display for NrgMetadata {
{}", chunk)),
}
if !self.skipped_chunks.is_empty() {
try!(write!(f, "\n\nUnhandled chunks present in this image:"));
try!(write!(f, "\n\nUnhandled NRG chunks present in this image:"));
for chunk_id in &self.skipped_chunks {
try!(write!(f, " {}", chunk_id));
}

Loading…
Cancel
Save