浏览代码

fix: correct log message for applying Android 13 5.15 fake patch in task_mmu.c

TheWildJames 3 月之前
父节点
当前提交
c57ea58005
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/actions/susfs/action.yml

+ 1 - 1
.github/actions/susfs/action.yml

@@ -119,7 +119,7 @@ runs:
           perl -i -pe 's/ignored_mask:%x/ignored_mask:0/g' fs/notify/fdinfo.c
         fi
         if [ "${{ inputs.sublevel }}" -ge "207" ]; then
-          echo "Applying task_mmu.c Android 14 6.1 Fake Patch"
+          echo "Applying task_mmu.c Android 13 5.15 Fake Patch"
           sed -i '/^#include <trace\/hooks\/blk.h>$/d' fs/proc/task_mmu.c
         fi