diff --git a/Lib/ufo2ft/filters/optimizeAnchors.py b/Lib/ufo2ft/filters/optimizeAnchors.py index 3806a7b20..ded11aff6 100644 --- a/Lib/ufo2ft/filters/optimizeAnchors.py +++ b/Lib/ufo2ft/filters/optimizeAnchors.py @@ -39,7 +39,7 @@ def filter(self, glyph): # We are a mark glyph with (at least) one attachment point. theanchor = glyph.anchors[0] self.context.matrix = Identity.translate(-theanchor.x, -theanchor.y) - log.warn( + log.info( "Transforming glyph %s to zero anchor %s: %s" % (glyph.name, theanchor.name, self.context.matrix) )