Add logging parameters

This commit is contained in:
Darren Shepherd 2019-11-16 04:13:24 +00:00 committed by Craig Jellick
parent 59177e58b7
commit c2e7f9c7b0

View File

@ -46,6 +46,6 @@ func (d *DQLite) Join(ctx context.Context, nodes []client.NodeInfo) error {
}
}
logrus.Infof("Joining dqlite cluster as address=%s, id=%d")
logrus.Infof("Joining dqlite cluster as address=%s, id=%d", d.NodeInfo.Address, d.NodeInfo.ID)
return client.Add(ctx, d.NodeInfo)
}