summaryrefslogtreecommitdiff
path: root/ironic/conductor
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-03-16 18:32:17 +0000
committerGerrit Code Review <review@openstack.org>2015-03-16 18:32:17 +0000
commitb43aa2154f40549c1e69c88951c31fc94f53d921 (patch)
treeb89b88a9881d3a359e18603e6f8237b512dd518a /ironic/conductor
parent62e9c0e54a879ae134e410e78a989fc006f7f206 (diff)
parent02366cfc15d62d415dd1b29be1c4c602f9c7a64c (diff)
downloadironic-b43aa2154f40549c1e69c88951c31fc94f53d921.tar.gz
Merge "Log message is missing a blank space"
Diffstat (limited to 'ironic/conductor')
-rw-r--r--ironic/conductor/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/conductor/manager.py b/ironic/conductor/manager.py
index d77e65d04..bdaab83d6 100644
--- a/ironic/conductor/manager.py
+++ b/ironic/conductor/manager.py
@@ -1296,7 +1296,7 @@ class ConductorManager(periodic_task.PeriodicTasks):
with task_manager.acquire(context, port.node_id) as task:
port.destroy()
LOG.info(_LI('Successfully deleted port %(port)s. '
- 'The node associated with the port was'
+ 'The node associated with the port was '
'%(node)s'),
{'port': port.uuid, 'node': task.node.uuid})