From 30e80d555cad82aee7e302e582f0caf72f0dc7f4 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 14 Jul 2020 13:23:05 +0200 Subject: ipaccess: Fix log formatting of RESP_ID IPA attributes Change-Id: Id5b4c39737a43c9ba68f3aacc889c10eba697920 --- src/input/ipaccess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c index 28191b7..917a195 100644 --- a/src/input/ipaccess.c +++ b/src/input/ipaccess.c @@ -219,10 +219,10 @@ static int ipaccess_rcvmsg(struct e1inp_line *line, struct msgb *msg, switch (msg_type) { case IPAC_MSGT_ID_RESP: - DEBUGP(DLMI, "ID_RESP\n"); + DEBUGP(DLMI, "ID_RESP "); /* parse tags, search for Unit ID */ ret = ipa_ccm_id_resp_parse(&tlvp, (const uint8_t *)msg->l2h+1, msgb_l2len(msg)-1); - DEBUGP(DLMI, "\n"); + DEBUGPC(DLMI, "\n"); if (ret < 0) { LOGP(DLINP, LOGL_ERROR, "IPA response message " "with malformed TLVs\n"); -- cgit v1.2.3