mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-02-28 20:54:38 +00:00
Merge pull request #2703 from HydrationMan/master
Update fusee_display.cpp - add missing newline
This commit is contained in:
commit
61ac03e22d
@ -602,7 +602,7 @@ namespace ams::nxboot {
|
|||||||
Print("\n");
|
Print("\n");
|
||||||
|
|
||||||
if (R_SUCCEEDED(save_result)) {
|
if (R_SUCCEEDED(save_result)) {
|
||||||
Print("Report saved to /atmosphere/fatal_errors/report_%016" PRIx64 ".bin", f_ctx->report_identifier);
|
Print("Report saved to /atmosphere/fatal_errors/report_%016" PRIx64 ".bin\n", f_ctx->report_identifier);
|
||||||
} else {
|
} else {
|
||||||
Print("Failed to save report to the SD card! (%08" PRIx32 ")\n", save_result.GetValue());
|
Print("Failed to save report to the SD card! (%08" PRIx32 ")\n", save_result.GetValue());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user