diff --git a/src/main/kotlin/app/revanced/utils/patcher/Patcher.kt b/src/main/kotlin/app/revanced/utils/patcher/Patcher.kt index 2e3dcbd7..baef00c8 100644 --- a/src/main/kotlin/app/revanced/utils/patcher/Patcher.kt +++ b/src/main/kotlin/app/revanced/utils/patcher/Patcher.kt @@ -31,7 +31,7 @@ fun Patcher.addPatchesFiltered(allPatches: List>>) { return@patchLoop } - if (compatiblePackages == null) logger.warn("$prefix: Missing compatibility annotation. Continuing.") + if (compatiblePackages == null) logger.trace("$prefix: Missing compatibility annotation. Continuing.") else { if (!compatiblePackages.any { it.name == packageName }) { logger.trace("$prefix: Incompatible with $packageName. This patch is only compatible with ${