Missing content.json is a debug message

This commit is contained in:
shortcutme 2018-04-28 21:45:28 +02:00
parent 42b9ec819b
commit add83c4c7a
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -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: