Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Nov 14, 2024
1 parent a525ce3 commit f30d584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqmpbackup/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def snapshot_rebase(argv):
log.error("Rebase command failed: [%s]", errmsg)
return False
else:
log.info("Skip creation of already existant full backup snapshot")
log.info("Skip creation of already existent full backup snapshot")

for image in images[1:]:
try:
Expand Down

0 comments on commit f30d584

Please sign in to comment.