Cleanup help to bring concise self-help message (#5788)

This commit is contained in:
Harshavardhana
2018-04-13 11:57:05 -07:00
committed by kannappanr
parent bcd54632f5
commit 57b8db2088
3 changed files with 9 additions and 18 deletions

View File

@@ -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.