Skip to content

Commit

Permalink
Debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaney committed Apr 17, 2024
1 parent 4172dd5 commit 6e263ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oceanprefilter/oceanprefilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func run(ctx context.Context, rc runConfig, trigger *atomic.Bool) error {
oldHists = newHists
release()
if rc.debug && trigger.Load() {
rc.logger.Debug("TRIGGER is true")
rc.logger.Info("TRIGGER is true")
}

took := time.Since(start)
Expand Down

0 comments on commit 6e263ed

Please sign in to comment.