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

View file

@ -78,7 +78,7 @@ class ContentManager(object):
self.log.warning("%s load error: %s" % (content_path, Debug.formatException(err))) self.log.warning("%s load error: %s" % (content_path, Debug.formatException(err)))
return [], [] return [], []
else: 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 return [], [] # Content.json not exist
try: try: