From: Alex Morega Date: Sun, 7 Jul 2013 20:35:36 +0000 (+0200) Subject: log.warn is deprecated, using log.warning X-Git-Tag: 1.0~60^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6684f1c8eef2c9ecd40229b72e6a93f5be2910a3;p=thirdparty%2Fbabel.git log.warn is deprecated, using log.warning --- diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index 665f3dd6..8bd636b9 100755 --- a/babel/messages/frontend.py +++ b/babel/messages/frontend.py @@ -799,8 +799,8 @@ class CommandLineInterface(object): translated, len(catalog), percentage, po_file) if catalog.fuzzy and not options.use_fuzzy: - self.log.warn('catalog %r is marked as fuzzy, skipping', - po_file) + self.log.warning('catalog %r is marked as fuzzy, skipping', + po_file) continue for message, errors in catalog.check():