mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
server: Fix a regression in printing startup banner. (#4100)
Octect based sorting was lost in the previous commit
de204a0a52
This PR fixes a regression - fixes #4099
This commit is contained in:
@@ -42,6 +42,7 @@ func getFormatStr(strLen int, padding int) string {
|
||||
|
||||
// Prints the formatted startup message.
|
||||
func printStartupMessage(apiEndPoints []string) {
|
||||
|
||||
// Prints credential, region and browser access.
|
||||
printServerCommonMsg(apiEndPoints)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user