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