summaryrefslogtreecommitdiff
path: root/lib/mgmt_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mgmt_msg.c')
-rw-r--r--lib/mgmt_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_msg.c b/lib/mgmt_msg.c
index d8a7fde435..b03dbe8cc3 100644
--- a/lib/mgmt_msg.c
+++ b/lib/mgmt_msg.c
@@ -348,7 +348,7 @@ int mgmt_msg_send_msg(struct mgmt_msg_state *ms, uint8_t version, void *msg,
MGMT_MSG_DBG(
dbgtag,
"Sending native msg sess/txn-id %"PRIu64" req-id %"PRIu64" code %u",
- native_msg->session_id, native_msg->req_id, native_msg->code);
+ native_msg->refer_id, native_msg->req_id, native_msg->code);
}