浏览代码

misc: chore: [ci skip] fix log on AOC extraction failure

Evan Husted 1 年之前
父节点
当前提交
82fe519766
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Ryujinx/Common/ApplicationHelper.cs

+ 1 - 1
src/Ryujinx/Common/ApplicationHelper.cs

@@ -337,7 +337,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 () =>
                     {