Skip to content

Commit

Permalink
amend error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco committed Nov 29, 2024
1 parent f9d2e67 commit c280c81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (c *QuerySample) fetchQuerySamples(ctx context.Context) error {
var digest, sampleText, sampleSeen, sampleTimerWait string
err := rs.Scan(&digest, &sampleText, &sampleSeen, &sampleTimerWait)
if err != nil {
level.Error(c.logger).Log("msg", "failed to scan result set", "err", err)
level.Error(c.logger).Log("msg", "failed to scan result set for query samples", "err", err)
continue
}

Expand Down

0 comments on commit c280c81

Please sign in to comment.