pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/40154?usp=email )
Change subject: Change log level new conn created NOTICE->INFO
......................................................................
Change log level new conn created NOTICE->INFO
Change-Id: Ie8a50312abc3dd4a438556f6f626d069259cc551
---
M src/osmo-hnbgw/context_map.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/54/40154/1
diff --git a/src/osmo-hnbgw/context_map.c b/src/osmo-hnbgw/context_map.c
index 6146e6c..1f4c6a2 100644
--- a/src/osmo-hnbgw/context_map.c
+++ b/src/osmo-hnbgw/context_map.c
@@ -125,7 +125,7 @@
hash_add(hsu->hnbgw_context_map_by_conn_id, &map->hnbgw_sccp_user_entry,
new_scu_conn_id);
- LOGP(DRUA, LOGL_NOTICE, "New conn: %s '%s' RUA-%u <-> SCCP-%u %s%s%s
%s l=%s<->r=%s\n",
+ LOGP(DRUA, LOGL_INFO, "New conn: %s '%s' RUA-%u <-> SCCP-%u %s%s%s %s
l=%s<->r=%s\n",
osmo_sock_get_name2_c(OTC_SELECT,
osmo_stream_srv_get_ofd(map->hnb_ctx->conn)->fd),
hnb_context_name(map->hnb_ctx), map->rua_ctx_id,
new_scu_conn_id,
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/40154?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ie8a50312abc3dd4a438556f6f626d069259cc551
Gerrit-Change-Number: 40154
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>