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 4425f50 Update NCExternalConfigManager.scala
4425f50 is described below
commit 4425f508363084aa8274350c1407e6c75d1b0b7a
Author: Aaron Radzinzski <[email protected]>
AuthorDate: Sat Apr 17 17:45:20 2021 +0300
Update NCExternalConfigManager.scala
---
.../org/apache/nlpcraft/common/extcfg/NCExternalConfigManager.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/extcfg/NCExternalConfigManager.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/extcfg/NCExternalConfigManager.scala
index d6e0b91..9a964cc 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/extcfg/NCExternalConfigManager.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/extcfg/NCExternalConfigManager.scala
@@ -312,7 +312,7 @@ object NCExternalConfigManager extends NCService {
IOUtils.copy(src, dest)
}
- logger.info(s"External config downloaded [url='$url',
file='$filePath']")
+ logger.info(s"One-time download for external config
[url='$url', file='$filePath']")
}
catch {
case e: IOException ⇒ throw new NCE(s"Failed to download external
config [url='$url', file='$filePath']", e)