Merge "Add a missing _LW()"

This commit is contained in:
Jenkins 2017-06-17 09:22:53 +00:00 committed by Gerrit Code Review
commit 2cdb1fc1fd
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