Dell EMC SC: Removed space from debug statement

A space didn't belong where it was found. I killed it and I'm glad.

Change-Id: I7581b7eeb3508a12342d42cdd955b55a440483b6
This commit is contained in:
Tom Swanson 2018-04-23 10:47:59 -05:00
parent 8efee51cae
commit 5183a2ac95
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class SCISCSIDriver(storagecenter_common.SCCommonDriver,
islivevol = self._is_live_vol(volume)
initiator_name = connector.get('initiator')
multipath = connector.get('multipath', False)
LOG.info('initialize_ connection: %(vol)s:%(pid)s:'
LOG.info('initialize_connection: %(vol)s:%(pid)s:'
'%(intr)s. Multipath is %(mp)r',
{'vol': volume_name,
'pid': provider_id,