On Wed, 15 Jun 2016 09:08:51 +0900
Fumihiko Kakuma <kak...@valinux.co.jp> wrote:

> logging.warn is deprecated in Python 3 [1].
> This patch switches it to the non-deprecated logging.warning.
> This is bug-reported by openstack [2].
> 
> [1] https://docs.python.org/3/library/logging.html#logging.warning
> [2] https://bugs.launchpad.net/magnum/+bug/1508442
> 
> Signed-off-by: Fumihiko Kakuma <kak...@valinux.co.jp>
> ---
>  ryu/controller/mac_to_network.py      |  4 +--
>  ryu/lib/ovs/vsctl.py                  | 13 ++++----
>  ryu/services/protocols/bgp/core.py    |  5 +--
>  ryu/services/protocols/vrrp/router.py | 61 
> ++++++++++++++++++-----------------
>  4 files changed, 43 insertions(+), 40 deletions(-)

Applied, thanks.

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to