Skip to content

Commit d8c64a9

Browse files
committed
Fix typo
1 parent 8301057 commit d8c64a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/service/service.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (a *APIService) Stop(ctx context.Context) error {
6262
if a.stopped.Load() {
6363
return ErrAlreadyStopped
6464
}
65-
a.log.Info("Stopping Archiver")
65+
a.log.Info("Stopping API")
6666
a.stopped.Store(true)
6767

6868
if a.apiServer != nil {

0 commit comments

Comments
 (0)