Change in osmo-msc[master]: Log protocol for which transaction is allocated
Max
gerrit-no-reply at lists.osmocom.org
Tue Mar 26 13:41:33 UTC 2019
Max has uploaded this change for review. ( https://gerrit.osmocom.org/13420
Change subject: Log protocol for which transaction is allocated
......................................................................
Log protocol for which transaction is allocated
Change-Id: If4a5f3ecaec568b3f8d5a57d864184d7af2b95cc
---
M src/libmsc/transaction.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/20/13420/1
diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index 66126e6..6cce62a 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -114,8 +114,8 @@
return NULL;
}
- DEBUGP(DCC, "(ti %02x sub %s callref %x) New transaction\n",
- trans_id, vlr_subscr_name(vsub), callref);
+ DEBUGP(DCC, "(%s ti %02x sub %s callref %x) New transaction\n",
+ gsm48_pdisc_name(protocol), trans_id, vlr_subscr_name(vsub), callref);
trans = talloc_zero(tall_trans_ctx, struct gsm_trans);
if (!trans)
--
To view, visit https://gerrit.osmocom.org/13420
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If4a5f3ecaec568b3f8d5a57d864184d7af2b95cc
Gerrit-Change-Number: 13420
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190326/435677bf/attachment.html>
More information about the gerrit-log
mailing list