Fix logging location of corda.jar

This commit is contained in:
Chris Rankin 2017-01-27 12:01:34 +00:00
parent 73e8a73714
commit c65b1a4363

View File

@ -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)
}
}