This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ef891e  Update NCCli.scala
8ef891e is described below

commit 8ef891eb3aa8ae39d601d1a49f390a00bab24b9b
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Sat Apr 24 11:11:34 2021 +0300

    Update NCCli.scala
---
 .../scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala     | 8 +++++++-
 1 file changed, 7 insertions(+), 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 6e9e67c..24211fd 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
@@ -1521,7 +1521,13 @@ object NCCli extends NCCliBase {
      */
     private [cmdline] def cmdInfoProbe(cmd: Command, args: Seq[Argument], 
repl: Boolean): Unit = {
         loadProbeBeacon() match {
-            case Some(beacon) ⇒ logProbeInfo(beacon)
+            case Some(beacon) ⇒
+                // Log local probe.
+                logProbeInfo(beacon)
+
+                // Log all probes connected to the server.
+                logConnectedProbes()
+
             case None ⇒ throw NoLocalProbe()
         }
     }

Reply via email to