mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +00:00
Fix logging location of corda.jar
This commit is contained in:
parent
73e8a73714
commit
c65b1a4363
@ -94,6 +94,6 @@ class NodeController : Controller() {
|
||||
init {
|
||||
log.info("Working directory: " + workDir)
|
||||
log.info("Java executable: " + javaPath)
|
||||
log.info("Corda JAR: " + command[0])
|
||||
log.info("Corda JAR: " + cordaPath)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user