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 91688b0 commit 626701a
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 @@ -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)
)
Expand Down

0 comments on commit 626701a

Please sign in to comment.