--- a/cubicweb/server/repository.py Thu Feb 23 17:34:37 2017 +0100
+++ b/cubicweb/server/repository.py Thu Feb 23 17:36:11 2017 +0100
@@ -220,7 +220,6 @@
self._tasks_manager = tasks_manager
self.app_instances_bus = NullEventBus()
- self.info('starting repository from %s', self.config.apphome)
# dictionary of opened sessions
self._sessions = {}
@@ -259,6 +258,7 @@
def init_cnxset_pool(self):
"""should be called bootstrap_repository, as this is what it does"""
+ self.info('starting repository from %s', self.config.apphome)
config = self.config
# copy pool size here since config.init_cube() and config.load_schema()
# reload configuration from file and could reset a manually set pool