use a real ellipsis, kinda
This commit is contained in:
parent
38d714a28a
commit
36a93c90eb
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user