Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update partclone.c #226

Merged
merged 1 commit into from
May 20, 2023
Merged

Update partclone.c #226

merged 1 commit into from
May 20, 2023

Conversation

PushKK
Copy link
Contributor

@PushKK PushKK commented May 15, 2023

Add space before "(" in message.

Add space before "(".
@@ -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);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't applying this consistently make even more sense?

Suggested change
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);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right...
I not saw it.

@Thomas-Tsai Thomas-Tsai merged commit 6258711 into Thomas-Tsai:master May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants