You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/03/27 19:04:25 UTC

[incubator-nlpcraft] branch NLPCRAFT-235 updated: Update NCDeployManager.scala

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

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


The following commit(s) were added to refs/heads/NLPCRAFT-235 by this push:
     new 5ca9b54  Update NCDeployManager.scala
5ca9b54 is described below

commit 5ca9b5426a057b3da694e063b3f047d5803fb2e2
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Sat Mar 27 12:04:18 2021 -0700

    Update NCDeployManager.scala
---
 .../scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala
index 3b68aef..687a2d7 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/deploy/NCDeployManager.scala
@@ -221,7 +221,7 @@ object NCDeployManager extends NCService with DecorateAsScala {
 
             if (susp.nonEmpty)
                 logger.warn(
-                    s"Suspicious synonyms definition [" +
+                    s"Suspicious synonyms detected [" +
                         s"mdlId=$mdlId, " +
                         s"elementId=$elmId, " +
                         s"synonyms=[${susp.mkString(", ")}]" +