mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
add log on completion of update
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
This commit is contained in:
@@ -36,6 +36,7 @@ func UpdateClientConfig() {
|
||||
if logic.StringSliceContains(u.RequiredVersions, cfg.Node.Version) {
|
||||
logger.Log(0, "updating ", cfg.Network)
|
||||
u.OP(&cfg)
|
||||
logger.Log(0, "updated", cfg.Node.Version, "to", u.NewVersion, "for node", cfg.Node.Name)
|
||||
cfg.Node.Version = u.NewVersion
|
||||
configChanged = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user