Merge pull request #1131 from cosmos/cwgoes/rest-server-feedback

Feedback on REST server start
This commit is contained in:
Rigel 2018-06-04 16:39:39 -07:00 committed by GitHub
commit f0a53e26bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ func startRESTServerFn(cdc *wire.Codec) func(cmd *cobra.Command, args []string)
if err != nil {
return err
}
logger.Info("REST server started")
// Wait forever and cleanup
cmn.TrapSignal(func() {