mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-11 22:29:24 +01:00
feat: use better logging text
This commit is contained in:
parent
ba758f00f4
commit
b0e748daff
@ -164,7 +164,7 @@ internal object PatchCommand: Runnable {
|
||||
val patches = PatchBundleLoader.Jar(*patchBundles.toTypedArray())
|
||||
val integrations = integrations
|
||||
|
||||
logger.info("Setting up patch options")
|
||||
logger.info("Setting patch options")
|
||||
|
||||
optionsFile.let {
|
||||
if (it.exists()) patches.setOptions(it, logger)
|
||||
|
Loading…
Reference in New Issue
Block a user