Skip to content

Commit

Permalink
log current phase
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Jul 31, 2021
1 parent 3265af8 commit 8767277
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ object Installer {
phase: Phase
) {
logger.info { "installing into $instanceId" }
logger.info { "phase: $phase" }
val urlFile = instanceDir.resolve("voodoo.url.txt")
val packUrl = urlFile.readText().trim()
logger.info { "pack url: $packUrl" }
Expand Down Expand Up @@ -227,7 +228,7 @@ object Installer {
"--mc",
minecraftDir.path,
"--phase",
phase.name
phase.toString()
)

logger.info { "Executing ${args.joinToString()}" }
Expand Down

0 comments on commit 8767277

Please sign in to comment.