From add83c4c7a78077d5168decf40ba1d1edb09cb59 Mon Sep 17 00:00:00 2001 From: shortcutme <tamas@zeronet.io> Date: Sat, 28 Apr 2018 21:45:28 +0200 Subject: [PATCH] Missing content.json is a debug message --- src/Content/ContentManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/ContentManager.py b/src/Content/ContentManager.py index ff6d3594..1d8617fc 100644 --- a/src/Content/ContentManager.py +++ b/src/Content/ContentManager.py @@ -78,7 +78,7 @@ class ContentManager(object): self.log.warning("%s load error: %s" % (content_path, Debug.formatException(err))) return [], [] else: - self.log.warning("Content.json not exist: %s" % content_path) + self.log.debug("Content.json not exist: %s" % content_path) return [], [] # Content.json not exist try: