Skip to content

Commit

Permalink
Merge pull request #226 from PushKK/master
Browse files Browse the repository at this point in the history
Update partclone.c
  • Loading branch information
Thomas-Tsai authored May 20, 2023
2 parents 478a4cb + 7422ea6 commit 6258711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partclone.c
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ void print_partclone_info(cmd_opt opt) {
else
log_mesg(0, 0, 1, debug, _("Starting to restore image (%s) to device (%s)\n"), opt.source, opt.target);
}else if(opt.dd)
log_mesg(0, 0, 1, debug, _("Starting to back up device(%s) to device(%s)\n"), opt.source, opt.target);
log_mesg(0, 0, 1, debug, _("Starting to back up device(%s) to device (%s)\n"), opt.source, opt.target);
else if (opt.domain)
log_mesg(0, 0, 1, debug, _("Starting to map device (%s) to domain log (%s)\n"), opt.source, opt.target);
else if (opt.ddd)
Expand Down

0 comments on commit 6258711

Please sign in to comment.