Log content init failed as info
This commit is contained in:
parent
1eda3258de
commit
c2d2189039
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ContentManager(object):
|
||||||
# Load all content.json files
|
# Load all content.json files
|
||||||
def loadContents(self):
|
def loadContents(self):
|
||||||
if len(self.contents) == 0:
|
if len(self.contents) == 0:
|
||||||
self.log.debug("ContentDb not initialized, load files from filesystem")
|
self.log.info("ContentDb not initialized, load files from filesystem...")
|
||||||
self.loadContent(add_bad_files=False, delete_removed_files=False)
|
self.loadContent(add_bad_files=False, delete_removed_files=False)
|
||||||
self.site.settings["size"], self.site.settings["size_optional"] = self.getTotalSize()
|
self.site.settings["size"], self.site.settings["size_optional"] = self.getTotalSize()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue