X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Falsa%2Fapi.c;h=42f3210469a49a67c263ff534f3246ffb46691d0;hb=df92e5cf6b1caad0d1d43eb890d84af1ef79cd18;hp=a757dbba75ae79547c383d300576f01ab79117d8;hpb=721ecf3d97aa6e84e6d61b3c25023e9177895025;p=libsigrok.git diff --git a/hardware/alsa/api.c b/hardware/alsa/api.c index a757dbba..42f32104 100644 --- a/hardware/alsa/api.c +++ b/hardware/alsa/api.c @@ -276,7 +276,6 @@ static int hw_dev_acquisition_start(const struct sr_dev_inst *sdi, sr_err("Unable to obtain poll descriptors count."); return SR_ERR; } - sr_spew("Obtained poll descriptor count: %d.", count); if (!(devc->ufds = g_try_malloc(count * sizeof(struct pollfd)))) { sr_err("Failed to malloc ufds.");