designate/doc
Erik Olof Gunnar Andersson 8bc3693c19 Replace deprecated LOG.warn with LOG.warning
LOG.warn is deprecated in Python 3 [1] . But it still used in a few places, non-deprecated LOG.warning should be used instead.

Note: If we are using logger from oslo.log, warn is still valid [2], but I agree we can switch to LOG.warning.

[1]https://docs.python.org/3/library/logging.html#logging.warning
[2]https://github.com/openstack/oslo.log/blob/master/oslo_log/log.py#L85

Change-Id: Ibbcc287815cbc06162a13448c2dabcb0748e4e32
Closes-Bug: #1508442
2018-04-03 14:28:01 -07:00
..
ext Fix unicode not define in doc with py3 2018-02-18 11:52:13 +01:00
source Replace deprecated LOG.warn with LOG.warning 2018-04-03 14:28:01 -07:00
requirements.txt Updated from global requirements 2018-03-28 03:25:55 +00:00