Skip to content

Commit

Permalink
Add missing logging parameter (#3847)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Dec 14, 2023
1 parent c020139 commit c4b84a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/msg_find.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (h *Handler) makeFindQueryParams(params *common.FindParams, cInfo *backends
qp.Limit = params.Limit
}

h.L.Sugar().Debugf("Converted %+v for %+v to %+v.", params, qp)
h.L.Sugar().Debugf("Converted %+v for %+v to %+v.", params, cInfo, qp)

return qp, nil
}
Expand Down

0 comments on commit c4b84a3

Please sign in to comment.