Merge pull request #3275 from timvandermeij/lower-warning-to-info

Lowering warning to info
This commit is contained in:
Brendan Dahl 2013-05-30 13:42:21 -07:00
commit 4911c9ee67

View File

@ -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;
}
}