diff --git a/src/core.js b/src/core.js index 1af2fe99d..df2c05d5e 100644 --- a/src/core.js +++ b/src/core.js @@ -340,8 +340,8 @@ var PDFDocument = (function PDFDocumentClosure() { throw err; } - warn('The linearization data is not available ' + - 'or unreadable pdf data is found'); + info('The linearization data is not available ' + + 'or unreadable PDF data is found'); linearization = false; } }