# HG changeset patch # User Denis Laxalde # Date 1487867652 -3600 # Node ID 248039d0e6b115a515f6afe5b715b6ef94d56ffd # Parent d92d75b17a857b8b3b5c7d6393ff11b6f660239c [server] Fix a typo in log message in Repository.init_cnxset_pool() diff -r d92d75b17a85 -r 248039d0e6b1 cubicweb/server/repository.py --- a/cubicweb/server/repository.py Fri Feb 24 09:19:35 2017 +0100 +++ b/cubicweb/server/repository.py Thu Feb 23 17:34:12 2017 +0100 @@ -290,7 +290,7 @@ if config.quick_start or config.creating or not config.read_instance_schema: # load schema from the file system if not config.creating: - self.info("set fs instance'schema") + self.info("set fs instance's schema") self.set_schema(config.load_schema(expand_cubes=True)) if not config.creating: # set eids on entities schema