made warning more specific

This commit is contained in:
justvanrossum 2016-11-26 12:47:16 +01:00
parent 4a5c838b5b
commit 7eff97e08b

View File

@ -1513,7 +1513,7 @@ class FontDictCompiler(TopDictCompiler):
if getattr(dictObj, name, None) != default:
ignoredNames.append(name)
if ignoredNames:
log.warning("Some CFF Dict keys were ignored upon compile: " +
log.warning("Some CFF FontDict keys were ignored upon compile: " +
" ".join(sorted(ignoredNames)))