diff --git a/Lib/ufo2ft/filters/optimizeAnchors.py b/Lib/ufo2ft/filters/optimizeAnchors.py index af7395713..e8a37c2bb 100644 --- a/Lib/ufo2ft/filters/optimizeAnchors.py +++ b/Lib/ufo2ft/filters/optimizeAnchors.py @@ -28,7 +28,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) )