On Thu, Jun 29, 2023 at 02:14:18PM -0500, Andrew Halaney wrote:
> These are useful to see when debugging a probe failure.
Since this is used for debugging, maybe netdev_dbg(). Anybody actually
doing debugging should be able to turn that on.
Andrew