mirror of
https://github.com/minio/minio.git
synced 2025-11-12 23:01:39 -05:00
Cleanup help to bring concise self-help message (#5788)
This commit is contained in:
committed by
kannappanr
parent
bcd54632f5
commit
57b8db2088
@@ -209,7 +209,7 @@ func StartGateway(ctx *cli.Context, gw Gateway) {
|
||||
|
||||
// Print a warning message if gateway is not ready for production before the startup banner.
|
||||
if !gw.Production() {
|
||||
logger.StartupMessage(colorYellow("\n *** Warning: Not Ready for Production ***"))
|
||||
logger.StartupMessage(colorYellow(" *** Warning: Not Ready for Production ***"))
|
||||
}
|
||||
|
||||
// Print gateway startup message.
|
||||
|
||||
Reference in New Issue
Block a user