Skip to content

Commit 911e358

Browse files
committed
Clean dup logging messages
1 parent b9ad3af commit 911e358

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugin/src/main/scala/com/github/sbt/jni/build/BuildTool.scala

+1-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ trait BuildTool {
9292
case list @ _ :: Nil =>
9393
list
9494
case list =>
95-
logger.info(
96-
"More than one file was created during compilation: " +
97-
s"${list.map(_.getAbsolutePath).mkString(", ")}."
98-
)
95+
logger.info("More than one file was created during compilation.")
9996
list
10097
}
10198
}

0 commit comments

Comments
 (0)