Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/11328


Change subject: nat: Log endpoint nr consistently as hex
......................................................................

nat: Log endpoint nr consistently as hex

Change-Id: I581f40da47614223219800e97a334f8b5e06b13f
---
M openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/28/11328/1

diff --git a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c 
b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
index 986306c..06799bb 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
@@ -211,7 +211,7 @@
        llist_for_each_entry(mcon, &con->bsc->nat->sccp_connections, 
list_entry) {
                if (mcon->msc_endp == endp) {
                        LOGP(DNAT, LOGL_ERROR,
-                            "Endpoint %d was assigned to 0x%x and now 0x%x\n",
+                            "Endpoint 0x%x was assigned to 0x%x and now 
0x%x\n",
                             endp,
                             sccp_src_ref_to_int(&mcon->patched_ref),
                             sccp_src_ref_to_int(&con->patched_ref));

--
To view, visit https://gerrit.osmocom.org/11328
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I581f40da47614223219800e97a334f8b5e06b13f
Gerrit-Change-Number: 11328
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to