From 30a4861da6ea6a65566b3d03af0d694f17e31363 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sun, 16 Jan 2022 01:08:56 +0200 Subject: [PATCH] exo: change BOOT2 error message --- bootloader/hos/secmon_exo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/hos/secmon_exo.c b/bootloader/hos/secmon_exo.c index eb70cf3..096cbee 100644 --- a/bootloader/hos/secmon_exo.c +++ b/bootloader/hos/secmon_exo.c @@ -431,7 +431,7 @@ void secmon_exo_check_panic() // Check if mixed atmosphere sysmodules. if ((u32)rpt->title_id == HOS_PID_BOOT2) - WPRINTF("fss0 wrong path or mismatched atmo files\n"); + WPRINTF("Mismatched Atmosphere files?\n"); // Save context to the SD card. char filepath[0x40];