Skip to content

Commit

Permalink
change log message
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Oct 10, 2024
1 parent b6e257f commit f6e41e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqmpbackup/qmpcommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async def prepare_target_devices(self, devices, target_files):
async def remove_target_devices(self, devices):
"""Cleanup named devices after executing blockdev-backup
operation"""
self.log.info("Cleanup added backup target devices")
self.log.info("Removing backup target devices from virtual machine")
for device in devices:
targetdev = f"qmpbackup-{device.node}"

Expand Down

0 comments on commit f6e41e8

Please sign in to comment.