From: José Antonio Santos-Cadenas <santoscadenas@xxxxxxxxx> --- mcap/mcap.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/mcap/mcap.c b/mcap/mcap.c index 73abb90..6031bd4 100644 --- a/mcap/mcap.c +++ b/mcap/mcap.c @@ -1207,8 +1207,7 @@ static gboolean check_err_rsp(struct mcap_mcl *mcl, uint8_t *cmd, smdl = ntohs(cmdlast->mdl); rmdl = ntohs(rsp->mdl); if (rmdl != smdl) { - msg = "MDLID %d received doesn't match with MDLID %d sent", - rmdl, smdl; + msg = "MDLID received doesn't match with MDLID sent"; close = TRUE; goto fail; } -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html