From ba758f00f4ce18791439b7e72fe1ad2e7f11f8af Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 23 Aug 2023 04:32:28 +0200 Subject: [PATCH] feat: use simpler log --- src/main/kotlin/app/revanced/cli/command/PatchCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt index 14ddf82..655b26d 100644 --- a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt @@ -345,7 +345,7 @@ internal object PatchCommand: Runnable { result: PatcherResult, outputFile: File ): File { - logger.info("Aligning $name to ${outputFile.name}") + logger.info("Aligning $name") if (outputFile.exists()) outputFile.delete()