2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-23 10:02:04 +00:00

Fix typo in error message

This commit is contained in:
Jarrod Johnson 2018-07-17 15:39:08 -04:00
parent cf9ad11290
commit 0159bf1b1d

View File

@ -772,7 +772,7 @@ def handle_node_request(configmanager, inputdata, operation,
if badcollnodes:
raise exc.ConfluentException(
'collective management active, '
'collective.manager must by set for {0}'.format(
'collective.manager must be set for {0}'.format(
','.join(badcollnodes)))
workers = greenpool.GreenPool()
numworkers = 0