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 <[email protected]>
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(", ")}]" +