mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-04 17:32:53 +01:00
feat: use simpler log
This commit is contained in:
parent
a9c2a5f096
commit
ba758f00f4
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user