use a real ellipsis, kinda

This commit is contained in:
laser 2020-06-02 12:30:45 -07:00
parent 38d714a28a
commit 36a93c90eb

View File

@ -290,7 +290,7 @@ var runCmd = &cli.Command{
go func() {
<-ctx.Done()
log.Warn("Shutting down..")
log.Warn("Shutting down...")
if err := srv.Shutdown(context.TODO()); err != nil {
log.Errorf("shutting down RPC server failed: %s", err)
}