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:
parent
cf9ad11290
commit
0159bf1b1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user