Commit 6302acca authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix error message.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1587 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a2d4476c
...@@ -644,7 +644,7 @@ class Application(object): ...@@ -644,7 +644,7 @@ class Application(object):
elif state == ClusterStates.RUNNING: elif state == ClusterStates.RUNNING:
storage_handler = storage.StorageServiceHandler(self) storage_handler = storage.StorageServiceHandler(self)
else: else:
RuntimeError('Unexpected node type') RuntimeError('Unexpected cluster state')
# change handlers # change handlers
notification_packet = Packets.NotifyClusterInformation(state) notification_packet = Packets.NotifyClusterInformation(state)
......
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