Commit 254243f5 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Same as previous commit but for the storage application.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@728 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 393da381
......@@ -182,6 +182,9 @@ class StorageEventHandler(EventHandler):
if n is not None:
logging.info("added %s %s" %(dump(n.getUUID()), n.getServer()))
def handleNotifyClusterInformation(self, conn, packet, state):
logging.error('ignoring notify cluster information in %s' % self.__class__.__name__)
def handleAskLastIDs(self, conn, packet):
raise NotImplementedError('this method must be overridden')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment