mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge pull request #3086 from brendandahl/less-warn
Lower two common warnings to info.
This commit is contained in:
commit
bc57221b9f
2 changed files with 3 additions and 3 deletions
|
@ -1532,7 +1532,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
var fontNameStr = fontName && fontName.name;
|
||||
var baseFontStr = baseFont && baseFont.name;
|
||||
if (fontNameStr !== baseFontStr) {
|
||||
warn('The FontDescriptor\'s FontName is "' + fontNameStr +
|
||||
info('The FontDescriptor\'s FontName is "' + fontNameStr +
|
||||
'" but should be the same as the Font\'s BaseFont "' +
|
||||
baseFontStr + '"');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue