From 39578f8ecc18d22bc2d9cd57c74dc5adec4e5fbb Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 8 Oct 2015 03:02:33 -0700 Subject: [PATCH] Log. --- src/main/kotlin/com/beust/kobalt/misc/KFiles.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/com/beust/kobalt/misc/KFiles.kt b/src/main/kotlin/com/beust/kobalt/misc/KFiles.kt index fc6b3001..c7d10dbf 100644 --- a/src/main/kotlin/com/beust/kobalt/misc/KFiles.kt +++ b/src/main/kotlin/com/beust/kobalt/misc/KFiles.kt @@ -139,6 +139,7 @@ public class KFiles { KobaltLogger.log(2, "Windows detected, not overwriting ${to!!}") } else { try { + KobaltLogger.log(2, "Copy from $from!! to ${to!!}") Files.copy(from, to, option) } catch(ex: IOException) { // Windows is anal about this