[Trivial]Add missing white space between words

This is to add missing white space between words in log message.

Change-Id: I3e77904154b9745df46c05a8ea4863ad80c2034b
This commit is contained in:
zhufl 2020-05-21 15:42:42 +08:00
parent 50b5933730
commit 10e9a6d325
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ class LBaaSv2Driver(base.LBaaSDriver):
try:
endpoint = k8s.get(endpoints_link)
except k_exc.K8sResourceNotFound:
LOG.debug("Endpoint not Found. Skipping LB SG update for"
LOG.debug("Endpoint not Found. Skipping LB SG update for "
"%s as the LB resources are not present", lbaas_name)
return