hooks/syncschema.py
branchstable
changeset 4624 1b46d5ece0d5
parent 4591 47acae3cb778
child 4667 6c8eccb1b695
--- a/hooks/syncschema.py	Thu Feb 18 09:26:04 2010 +0100
+++ b/hooks/syncschema.py	Thu Feb 18 10:54:50 2010 +0100
@@ -690,7 +690,7 @@
             erschema = self.session.vreg.schema.schema_by_eid(self.eid)
         except KeyError:
             # duh, schema not found, log error and skip operation
-            self.error('no schema for %s', self.eid)
+            self.warning('no schema for %s', self.eid)
             return
         perms = list(erschema.action_permissions(self.action))
         if hasattr(self, 'group_eid'):
@@ -717,7 +717,7 @@
             erschema = self.session.vreg.schema.schema_by_eid(self.eid)
         except KeyError:
             # duh, schema not found, log error and skip operation
-            self.error('no schema for %s', self.eid)
+            self.warning('no schema for %s', self.eid)
             return
         if isinstance(erschema, RelationSchema): # XXX 3.6 migration
             return