Skip to content

Commit cb38bbc

Browse files
committed
Add info log for each userdev setup work node's input hash
1 parent 8252aca commit cb38bbc

File tree

1 file changed

+1
-0
lines changed
  • paperweight-userdev/src/main/kotlin/io/papermc/paperweight/userdev/internal/action

1 file changed

+1
-0
lines changed

paperweight-userdev/src/main/kotlin/io/papermc/paperweight/userdev/internal/action/WorkGraph.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ class WorkGraph(
147147
.asHexString()
148148
}
149149
node.inputHash = inputHash
150+
logger.info("Input hash for ${node.registration.name}: $inputHash")
150151

151152
realizeOutputPaths(node, work, inputHash)
152153

0 commit comments

Comments
 (0)