]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
menuselect: Minor cosmetic fixes.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 21 Mar 2024 15:21:00 +0000 (11:21 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Fri, 22 Mar 2024 13:22:06 +0000 (13:22 +0000)
Improve some of the formatting from
dd3f17c699e320d6d30c94298d8db49573ba28da
(#521).

menuselect/menuselect.c

index 222d0d79e5d5f8dcee93e42ef689d55591ff0451..cf19fbbfeb7916e34d00839b936d67d91837f4e4 100644 (file)
@@ -1933,17 +1933,15 @@ static int sanity_check(void)
                                fprintf(stderr, "\n"
                                        "***********************************************************\n"
                                        "  The existing menuselect.makeopts file did not specify    \n"
-                                       "  that '%s' should not be included.  However,              \n"
-                                       "  %s%s\n"
-                                       "  %s.\n"
+                                       "  that '%s' should not be included.  However, %s%s%s.\n"
                                        "                                                           \n"
                                        "  Either run 'make menuselect' or remove the existing      \n"
                                        "  menuselect.makeopts file to resolve this issue.          \n"
                                        "***********************************************************\n"
                                        "\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->conflictsfailed ? "a conflict exists" : "");
+                                       mem->conflictsfailed ? "\na conflict exists" : "");
                                insane = 1;
                        }
                }