Skip to content

Commit 6616949

Browse files
committed
Less verbose
1 parent 9fca563 commit 6616949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nmcp-tasks/src/main/kotlin/nmcp/internal/task/nmcpPublishFileByFileToMavenLocal.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal fun nmcpPublishFileByFileToFileSystem(
2020
check(Path(m2AbsolutePath).isAbsolute) {
2121
"Nmcp: path '$m2AbsolutePath' is not an absolute path"
2222
}
23-
logger.lifecycle("Nmcp: copying files to $m2AbsolutePath")
23+
logger.info("Nmcp: copying files to $m2AbsolutePath")
2424

2525
File(m2AbsolutePath).mkdirs()
2626
publishFileByFile(FilesystemTransport(m2AbsolutePath), inputFiles, parallelism)

0 commit comments

Comments
 (0)