Skip to content

Commit

Permalink
feat: use better logging text
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Aug 23, 2023
1 parent ba758f0 commit b0e748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b0e748d

Please sign in to comment.