Merge pull request #3275 from timvandermeij/lower-warning-to-info
Lowering warning to info
This commit is contained in:
commit
4911c9ee67
@ -340,8 +340,8 @@ var PDFDocument = (function PDFDocumentClosure() {
|
|||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
|
|
||||||
warn('The linearization data is not available ' +
|
info('The linearization data is not available ' +
|
||||||
'or unreadable pdf data is found');
|
'or unreadable PDF data is found');
|
||||||
linearization = false;
|
linearization = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user