X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhwdriver.c;h=dcf9b1f44f8ae1d5e01695e40d04344d1fc1d73f;hb=97c2710b2c985132ed6a28caf9741ccbcfb23491;hp=20fc3bb9eff69eac642dc715a2a5d5878f11fc34;hpb=6ca578feb8a0b5b0cc689c97dd1307935bf0a817;p=libsigrok.git diff --git a/src/hwdriver.c b/src/hwdriver.c index 20fc3bb9..dcf9b1f4 100644 --- a/src/hwdriver.c +++ b/src/hwdriver.c @@ -391,7 +391,6 @@ SR_API int sr_driver_init(struct sr_context *ctx, struct sr_dev_driver *driver) return SR_ERR_ARG; } - sr_spew("Initializing driver '%s'.", driver->name); if ((ret = driver->init(driver, ctx)) < 0) sr_err("Failed to initialize the driver: %d.", ret);