[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:
parent
50b5933730
commit
10e9a6d325
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user