mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 00:24:37 +08:00
add log on completion of update
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
This commit is contained in:
parent
f59a3c860e
commit
dcc637e98a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue