Skip to content

Commit

Permalink
Downgrade warning to info
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jul 16, 2021
1 parent 1637a0f commit 80629c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ufo2ft/filters/optimizeAnchors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit 80629c2

Please sign in to comment.