Skip to content

Commit

Permalink
chore: Make log message more informative.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Apr 22, 2024
1 parent d0e422b commit 1ebce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tailer/logstream/cancel.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func SetReadDeadlineOnDone(ctx context.Context, d ReadDeadliner) {
<-ctx.Done()
glog.Info("cancelled, setting read deadline to interrupt read")
if err := d.SetReadDeadline(time.Now()); err != nil {
glog.Info(err)
glog.Infof("SetReadDeadline() -> %v", err)
}
}()
}
Expand Down

0 comments on commit 1ebce3a

Please sign in to comment.