Fix spelling error

Change-Id: Id555d2f0ba316f13f8710a85ad5d5c7c651a30af
This commit is contained in:
zhangzs 2018-02-05 19:08:14 +08:00
parent a6f0562564
commit 6f705b9a0f
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class RequestHandler(BaseHTTPRequestHandler):
trunk_ip)
raise ex
except n_exc.NeutronClientException as ex:
LOG.error("Error happended during subports addition at trunk: "
LOG.error("Error happened during subports addition at trunk: "
" %s", trunk_ip)
raise ex