Skip to content

Commit

Permalink
fix: set DEBUG to "Waiting for column info" msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 27, 2021
1 parent 9e3f765 commit 0906ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ func (c *Client) Do(ctx context.Context, q Query) error {
}
var info proto.ColInfoInput
if colInfo != nil {
c.lg.Info("Waiting for column info")
c.lg.Debug("Waiting for column info")
select {
case <-ctx.Done():
return ctx.Err()
Expand Down

0 comments on commit 0906ee7

Please sign in to comment.