diff -r 994c70fe5006 -r 1b46d5ece0d5 hooks/syncschema.py --- 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