Skip to content

Commit

Permalink
Remove internal error on tomb.Wait log
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Aug 22, 2023
1 parent c0584ce commit 3c92f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/overlord/logstate/gatherer.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (g *logGatherer) Stop() {
// Wait for final flush in the main loop
err := g.tomb.Wait()
if err != nil {
logger.Noticef("Internal error: cannot shut down gatherer: %v", err)
logger.Noticef("Cannot shut down gatherer: %v", err)
}
}

Expand Down

0 comments on commit 3c92f43

Please sign in to comment.