# HG changeset patch # User Julien Cristau # Date 1437382989 -7200 # Node ID d2449691fd4868f277f8dd087bbcf08e98521740 # Parent 08c5d26417f6d929a4f155bc03f2fa13ec7daaf0 [server] don't issue a warning for something expected Creating an instance happens all the time in tests, there's no reason to warn every time. diff -r 08c5d26417f6 -r d2449691fd48 server/repository.py --- a/server/repository.py Mon Jul 20 12:37:47 2015 +0200 +++ b/server/repository.py Mon Jul 20 11:03:09 2015 +0200 @@ -221,7 +221,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.warning("set fs instance'schema") + self.info("set fs instance'schema") self.set_schema(config.load_schema(expand_cubes=True)) else: # normal start: load the instance schema from the database