mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03:00
Do not print update message unless there is an update. (#2919)
This commit is contained in:
@@ -192,9 +192,11 @@ func Main() {
|
||||
// because of network errors.
|
||||
return nil
|
||||
}
|
||||
if updateMsg.Update {
|
||||
console.Println(updateMsg)
|
||||
}
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user