:: commit 9b359963dcd08786be8bd46993b8deafce0f973c

Mintsuki <mintsuki@protonmail.com> — 2025-10-04 04:19

parents: 95127304d1

host/limine: Make some info messages less excited

diff --git a/host/limine.c b/host/limine.c
index d52c78c4..87e5749a 100644
--- a/host/limine.c
+++ b/host/limine.c
@@ -1075,7 +1075,7 @@ part_too_low:
                         "          the root, /boot, /limine, or /boot/limine directories of\n"
                         "          one of the partitions on the device, or boot will fail!\n");
 
-        fprintf(stderr, "Limine BIOS stages installed successfully!\n");
+        fprintf(stderr, "Limine BIOS stages installed successfully.\n");
     }
 
     ok = EXIT_SUCCESS;
@@ -1209,7 +1209,7 @@ static int enroll_config(int argc, char *argv[]) {
     }
 
     if (!quiet) {
-        fprintf(stderr, "Config file BLAKE2B successfully %s!\n", reset ? "reset" : "enrolled");
+        fprintf(stderr, "Config file BLAKE2B successfully %s.\n", reset ? "reset" : "enrolled");
     }
     ret = EXIT_SUCCESS;
 
tab: 248 wrap: offon