Lowering warning to info

This commit is contained in:
Tim van der Meij 2013-05-17 21:37:20 +02:00
parent 67eb3bbc68
commit d22ea7edc4

View File

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