Missing content.json is a debug message
This commit is contained in:
parent
42b9ec819b
commit
add83c4c7a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue