Merge "Using LOG.warning replace LOG.warn"

This commit is contained in:
Jenkins 2016-03-10 23:24:41 +00:00 committed by Gerrit Code Review
commit 72b67e09ed
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class BgpDrAgentSchedulerBase(BgpDrAgentFilter):
if agents_db.AgentDbMixin.is_agent_down(
bgp_dragent.heartbeat_timestamp):
LOG.warn(_LW('BgpDrAgent %s is down'), bgp_dragent.id)
LOG.warning(_LW('BgpDrAgent %s is down'), bgp_dragent.id)
return False
if self._is_bgp_speaker_hosted(context, bgp_dragent['id']):