Feedback on REST server start (closes #973)

This commit is contained in:
Christopher Goes 2018-06-04 17:39:28 +02:00
parent d55c86bcce
commit 781975d6a0
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
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() {