server/repository.py
changeset 10540 d2449691fd48
parent 10539 08c5d26417f6
child 10577 935d577b2227
--- 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