Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
feat: use simpler log
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Aug 23, 2023
1 parent a9c2a5f commit ba758f0
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 @@ -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()

Expand Down

0 comments on commit ba758f0

Please sign in to comment.