Commit 8f3889eb authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix the meaning of a comment.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1618 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 68972dad
......@@ -152,7 +152,7 @@ class PrimaryNotificationsHandler(BaseHandler):
if node_type != NodeTypes.STORAGE \
or state != NodeStates.RUNNING:
continue
# close connection to this storage if no longer running
# close connection to this node if no longer running
conn = self.app.em.getConnectionByUUID(uuid)
if conn is not None:
conn.close()
......
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