This commit is contained in:
David Rose 2009-06-17 01:26:05 +00:00
parent a679de3541
commit 793249f347

View File

@ -427,7 +427,7 @@ class ServerRepository:
if not dcfield.hasKeyword('clsend') and not dcfield.hasKeyword('p2p'): if not dcfield.hasKeyword('clsend') and not dcfield.hasKeyword('p2p'):
self.notify.warning( self.notify.warning(
"Ignoring update for %s.%s on object %s from client %s: not owner" % ( "Ignoring update for %s.%s on object %s from client %s: not owner" % (
dclass.getName(), dcfield.getName(), doId, client.doIdBase)) object.dclass.getName(), dcfield.getName(), doId, client.doIdBase))
return return
# We reformat the message slightly to insert the sender's # We reformat the message slightly to insert the sender's