Fix debug message for _copy_volume_data

Use the correct name of the method for a
more clear log message.

Change-Id: I7349518cd7a0cb4f4e35d94440dea1f7e3c2b416
This commit is contained in:
Eric Harney 2018-10-22 13:59:34 -04:00
parent 7b5d4d03fc
commit 525a783150
1 changed files with 1 additions and 1 deletions

View File

@ -1997,7 +1997,7 @@ class VolumeManager(manager.CleanableManager,
def _copy_volume_data(self, ctxt, src_vol, dest_vol, remote=None):
"""Copy data from src_vol to dest_vol."""
LOG.debug('copy_data_between_volumes %(src)s -> %(dest)s.',
LOG.debug('_copy_volume_data %(src)s -> %(dest)s.',
{'src': src_vol['name'], 'dest': dest_vol['name']})
attach_encryptor = False
# If the encryption method or key is changed, we have to