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

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


The following commit(s) were added to refs/heads/NLPCRAFT-149 by this push:
     new b4fbdf5  Update NCService.scala
b4fbdf5 is described below

commit b4fbdf5c57faedffc0d01ef0e2982ffc9674a3dc
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Oct 10 11:33:55 2020 -0700

    Update NCService.scala
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/common/NCService.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/NCService.scala 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/NCService.scala
index b4a89b8..e50b159 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/NCService.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/NCService.scala
@@ -78,7 +78,7 @@ abstract class NCService extends LazyLogging with 
NCOpenCensusTrace {
         starting = true
         timeStampMs = currentTime
 
-        logger.trace(s"$name staring...")
+        logger.trace(s"$name starting...")
 
         addTags(currentSpan(),
             "state" → "starting"

Reply via email to