Add missing ws seperator between words

This is to add missing ws seperator between words in log message.

Change-Id: Ieec361da4b23edc1bdc243c82ddfbb348c82154a
This commit is contained in:
zhufl 2019-03-11 16:40:56 +08:00
parent 83988c953a
commit cf5f5fdb1d
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class Kubernetes(abstract_driver.VnfAbstractDriver,
namespace=namespace,
name=deployment_name,
body=body)
LOG.debug('Successfully deleted Horizon Pod Auto-Scaling'
LOG.debug('Successfully deleted Horizon Pod Auto-Scaling '
'%s', deployment_name)
except Exception as e:
LOG.debug(e)