NYPL / ami-tools

MIT License
14 stars 6 forks source link

request: replace the word "error" for anything within non "ERROR" categories. #51

Closed genfhk closed 3 years ago

genfhk commented 3 years ago

i.e. replace ...

WARNING - Error in JSON metadata: Incorrect value for fileFormat. Expected: mp4, Found: MPEG-4.

with...

WARNING - Incorrect JSON metadata: Incorrect value for fileFormat. Expected: mp4, Found: MPEG-4.

nkrabben commented 3 years ago

Would it work to change all messages from "Error in blah blah" to "blah blah out of spec"?

genfhk commented 3 years ago

Yeah that works for me.