Skip to content

Commit d91ef4b

Browse files
hsato03JoaoJandre
andauthored
Apply suggestion from @JoaoJandre
Co-authored-by: João Jandre <48719461+JoaoJandre@users.noreply.github.com>
1 parent 2c1a815 commit d91ef4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtMigrateSnapshotsBetweenSecondaryStoragesCommandWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public Answer execute(MigrateSnapshotsBetweenSecondaryStoragesCommand command, L
9090
logger.debug("Migrating snapshot [{}] to destination storage pool [{}].", snapshot.getId(), destImagePool.getUuid());
9191
parentSnapshotPath = copyResourceToDestDataStore(snapshot, resourceCurrentPath, destImagePool, parentSnapshotPath);
9292
parentSnapshotWasMigrated = !parentSnapshotPath.equals(resourceCurrentPath);
93-
logger.debug("Snapshot [{}] migrated successfully. New parent path: [{}].", snapshot.getId(), parentSnapshotPath);
93+
logger.debug("Snapshot [{}] migrated successfully. New path: [{}].", snapshot.getId(), parentSnapshotPath);
9494
} else {
9595
if (parentSnapshotWasMigrated) {
9696
logger.debug("Rebasing snapshot [{}] to new parent path: [{}].", snapshot.getId(), parentSnapshotPath);

0 commit comments

Comments
 (0)