mirror of
https://github.com/minio/minio.git
synced 2025-01-12 07:23:23 -05:00
Do not print update message unless there is an update. (#2919)
This commit is contained in:
parent
6303f26330
commit
55f6828750
@ -192,7 +192,9 @@ func Main() {
|
||||
// because of network errors.
|
||||
return nil
|
||||
}
|
||||
console.Println(updateMsg)
|
||||
if updateMsg.Update {
|
||||
console.Println(updateMsg)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user