We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bd6fa commit fc16e90Copy full SHA for fc16e90
parted/ui.c
@@ -645,7 +645,7 @@ exception_handler (PedException* ex)
645
/* script-mode and fix? */
646
int fix_is_an_option = (ex->options & PED_EXCEPTION_FIX);
647
if (opt_script_mode && opt_fix_mode && fix_is_an_option) {
648
- printf ("Fixing, due to --fix\n");
+ fprintf (stderr, "Fixing, due to --fix\n");
649
return PED_EXCEPTION_FIX;
650
}
651
0 commit comments