# HG changeset patch # User Denis Laxalde # Date 1487867771 -3600 # Node ID 6eb79532af12a7226f29c00d96284478c4504509 # Parent 978a5773c4c3348a9dcfa2d0e634871b24550043 [server] Move "starting repository..." message where this actually happens diff -r 978a5773c4c3 -r 6eb79532af12 cubicweb/server/repository.py --- 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