diff --git a/cinder/volume/targets/lio.py b/cinder/volume/targets/lio.py index 05346af69bd..d58c1443772 100644 --- a/cinder/volume/targets/lio.py +++ b/cinder/volume/targets/lio.py @@ -181,8 +181,9 @@ class LioAdm(iscsi.ISCSITarget): connector['initiator'], run_as_root=True) except putils.ProcessExecutionError: - LOG.exception(_LE("Failed to delete initiator iqn %s to target."), - connector['initiator']) + LOG.exception( + _LE("Failed to delete initiator iqn %s from target."), + connector['initiator']) raise exception.ISCSITargetDetachFailed(volume_id=volume['id']) # We make changes persistent