From 20699c8edd6f346224bd8cef1e8b12723fe998bb Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Thu, 30 Jan 2025 20:52:12 -0600 Subject: [PATCH] misc: chore: [ci skip] fix log on AOC extraction failure --- src/Ryujinx/Common/ApplicationHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Common/ApplicationHelper.cs b/src/Ryujinx/Common/ApplicationHelper.cs index 8fb2c11f3..a4e9ebe7a 100644 --- a/src/Ryujinx/Common/ApplicationHelper.cs +++ b/src/Ryujinx/Common/ApplicationHelper.cs @@ -349,7 +349,7 @@ namespace Ryujinx.Ava.Common if (publicDataNca is null) { - Logger.Error?.Print(LogClass.Application, "Extraction failure. The NCA was not present in the selected file"); + Logger.Error?.Print(LogClass.Application, "Extraction failure. The PublicData NCA was not present in the selected file"); Dispatcher.UIThread.InvokeAsync(async () => {