Lower two common warnings to info.

This commit is contained in:
Brendan Dahl 2013-04-16 15:45:29 -07:00
parent 369b81b63f
commit 15a9ab34d3
2 changed files with 3 additions and 3 deletions

View file

@ -1341,7 +1341,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 + '"');
}