menuselect: Minor cosmetic fixes.

Improve some of the formatting from
dd3f17c699
().
pull/1102/head
Naveen Albert 1 year ago
parent 310c8a7c68
commit 4d45b84dee

@ -1933,17 +1933,15 @@ static int sanity_check(void)
fprintf(stderr, "\n" fprintf(stderr, "\n"
"***********************************************************\n" "***********************************************************\n"
" The existing menuselect.makeopts file did not specify \n" " The existing menuselect.makeopts file did not specify \n"
" that '%s' should not be included. However, \n" " that '%s' should not be included. However, %s%s%s.\n"
" %s%s\n"
" %s.\n"
" \n" " \n"
" Either run 'make menuselect' or remove the existing \n" " Either run 'make menuselect' or remove the existing \n"
" menuselect.makeopts file to resolve this issue. \n" " menuselect.makeopts file to resolve this issue. \n"
"***********************************************************\n" "***********************************************************\n"
"\n", mem->name, "\n", mem->name,
mem->depsfailed ? "dependencies for this module were not found" : "", mem->depsfailed ? "\ndependencies for this module were not found" : "",
mem->depsfailed && mem->conflictsfailed ? " and" : "", mem->depsfailed && mem->conflictsfailed ? " and" : "",
mem->conflictsfailed ? "a conflict exists" : ""); mem->conflictsfailed ? "\na conflict exists" : "");
insane = 1; insane = 1;
} }
} }

Loading…
Cancel
Save