From 785baad5ea25b4840196043f5c957db0bfb95f1c Mon Sep 17 00:00:00 2001 From: CTCaer Date: Fri, 1 Oct 2021 15:46:38 +0300 Subject: [PATCH] hos: exo: better fatal description for boot2 --- 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 1991c66..dd270b0 100644 --- a/bootloader/hos/secmon_exo.c +++ b/bootloader/hos/secmon_exo.c @@ -438,7 +438,7 @@ void secmon_exo_check_panic() // Check if mixed atmosphere sysmodules. if ((u32)rpt->title_id == HOS_PID_BOOT2) - WPRINTF("Is fss0 path correct?\n"); + WPRINTF("fss0 wrong path or mismatched atmo files\n"); // Save context to the SD card. char filepath[0x40];