Change in openbsc[master]: nat: Log endpoint nr consistently as hex

2018-10-12 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



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: merged
Gerrit-Change-Id: I581f40da47614223219800e97a334f8b5e06b13f
Gerrit-Change-Number: 11328
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)


Change in openbsc[master]: nat: Log endpoint nr consistently as hex

2018-10-12 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/11328 )

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


Patch Set 1: Code-Review+2


--
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: comment
Gerrit-Change-Id: I581f40da47614223219800e97a334f8b5e06b13f
Gerrit-Change-Number: 11328
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder (102)
Gerrit-Comment-Date: Fri, 12 Oct 2018 20:04:24 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in openbsc[master]: nat: Log endpoint nr consistently as hex

2018-10-12 Thread Pau Espin Pedrol
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