Skip to content

Commit 5a56476

Browse files
authored
Update Server.scala
1 parent d8862c3 commit 5a56476

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libs/daemon/server/src/mill/server/Server.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,12 +497,10 @@ object Server {
497497
processIdFile: os.Path,
498498
processId: Long,
499499
running: () => Boolean,
500-
exit: String => Unit,
501-
log: String => Unit
500+
exit: String => Unit
502501
): Unit = {
503502
val processIdStr = processId.toString
504503

505-
log(s"watching processId file (expected content = $processIdStr): $processIdFile")
506504
os.write.over(processIdFile, processIdStr, createFolders = true)
507505

508506
val processIdThread = new Thread(

0 commit comments

Comments
 (0)