Merge "Remove chap secret DEBUG logging in PureISCSIDriver"

This commit is contained in:
Jenkins 2015-03-20 17:17:07 +00:00 committed by Gerrit Code Review
commit d4dd0d5f30
1 changed files with 1 additions and 2 deletions

View File

@ -270,8 +270,7 @@ class PureISCSIDriver(san.SanISCSIDriver):
if initiator_update:
properties["initiator_update"] = initiator_update
LOG.debug("Leave PureISCSIDriver.initialize_connection. "
"Return value: %s", str(properties))
LOG.debug("Leave PureISCSIDriver.initialize_connection.")
return properties
def _get_target_iscsi_port(self):