Add a missing _LW()

Missed a _LW() in a recent ip_lib change.

Trivalfix

Change-Id: I1df870258fad2fb0f01c6bd34685efcb89acf4ce
This commit is contained in:
Brian Haley 2017-06-15 12:00:51 -04:00
parent 2d752108d0
commit b212951e17
1 changed files with 2 additions and 2 deletions

View File

@ -1094,8 +1094,8 @@ def _arping(ns_name, iface_name, address, count, log_exception):
'ns': ns_name,
'err': exc})
if not exists:
LOG.warning("Interface %s might have been deleted "
"concurrently", iface_name)
LOG.warning(_LW("Interface %s might have been deleted "
"concurrently"), iface_name)
return