Log correct list of nodes
This commit is contained in:
parent
83484e0474
commit
bf3739d852
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ func (i *Instances) Sync(nodes []string) (err error) {
|
|||
}
|
||||
|
||||
if len(addNodes) != 0 {
|
||||
glog.V(4).Infof("Adding nodes to IG: %v", removeNodes)
|
||||
glog.V(4).Infof("Adding nodes to IG: %v", addNodes)
|
||||
if err = i.Add(igName, addNodes); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue