mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Lowering warning to info
This commit is contained in:
parent
67eb3bbc68
commit
d22ea7edc4
1 changed files with 2 additions and 2 deletions
|
@ -354,8 +354,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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue