From 626701a116f4dae0f66da22c8ebb933f0b51a0ab Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Fri, 16 Jul 2021 13:17:29 +0100 Subject: [PATCH] Downgrade warning to info --- Lib/ufo2ft/filters/optimizeAnchors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )