Merge "Replace deprecated LOG.warn with LOG.warning"

This commit is contained in:
Jenkins
2016-03-17 05:36:58 +00:00
committed by Gerrit Code Review
30 changed files with 58 additions and 55 deletions

View File

@@ -22,7 +22,7 @@ For example::
or::
LOG.warn(_LW('Unknown base file %(img)s'), {'img': img})
LOG.warning(_LW('Unknown base file %(img)s'), {'img': img})
You should use the basic wrapper ``_()`` for strings which are not log
messages::