This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-108
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-108 by this push:
new cd18f48 Update NCCli.scala
cd18f48 is described below
commit cd18f480ca9025e0e1705cbb430af1ef0411abcc
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Oct 3 01:15:41 2020 -0700
Update NCCli.scala
---
.../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
index 66c9694..f9fa6bd 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
@@ -824,7 +824,7 @@ object NCCli extends App {
private def mkServerBeaconTable(beacon: NCCliServerBeacon): NCAsciiTable =
{
val tbl = new NCAsciiTable
- tbl += (s"PID${y("\u26a1")}", s"${g(beacon.pid)}")
+ tbl += (s"PID ${y("\u26a1")}", s"${g(beacon.pid)}")
tbl += ("JDBC URL", s"${g(beacon.jdbcUrl)}")
tbl += ("REST endpoint", s"${g(beacon.restEndpoint)}")
tbl += ("Uplink", s"${g(beacon.upLink)}")