feat: use simpler log

This commit is contained in:
oSumAtrIX 2023-08-23 04:32:28 +02:00
parent a9c2a5f096
commit ba758f00f4
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

@ -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()