Skip to content

Commit

Permalink
Use the logger errror stream for messages (#2839)
Browse files Browse the repository at this point in the history
Pull request: #2839
  • Loading branch information
lefou authored Oct 16, 2023
1 parent 5c34391 commit 0d992bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/src/mill/runner/MillMain.scala
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ object MillMain {
if (mill.main.client.Util.isJava9OrAbove) {
val rt = config.home / Export.rtJarName
if (!os.exists(rt)) {
println(
logger.errorStream.println(
s"Preparing Java ${System.getProperty("java.version")} runtime; this may take a minute or two ..."
)
Export.rtTo(rt.toIO, false)
Expand Down

0 comments on commit 0d992bc

Please sign in to comment.