We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8301057 commit d8c64a9Copy full SHA for d8c64a9
api/service/service.go
@@ -62,7 +62,7 @@ func (a *APIService) Stop(ctx context.Context) error {
62
if a.stopped.Load() {
63
return ErrAlreadyStopped
64
}
65
- a.log.Info("Stopping Archiver")
+ a.log.Info("Stopping API")
66
a.stopped.Store(true)
67
68
if a.apiServer != nil {
0 commit comments