pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18746 )

Change subject: pcu_sock: Change log about tx PCH confirm INFO->DEBUG
......................................................................

pcu_sock: Change log about tx PCH confirm INFO->DEBUG

It's not something useful to see unless someone's really debugging that
part, and it shows up quite frequently.

Change-Id: I3c0dee36c7d34e6b1341b517ce3bcd1b275e69c1
---
M src/common/pcu_sock.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 7ced69c..f4a8c0a 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -474,7 +474,7 @@
        /* FIXME: allow multiple BTS */
        bts = llist_entry(net->bts_list.next, struct gsm_bts, list);

-       LOGP(DPCU, LOGL_INFO, "Sending PCH confirm\n");
+       LOGP(DPCU, LOGL_DEBUG, "Sending PCH confirm\n");

        msg = pcu_msgb_alloc(PCU_IF_MSG_DATA_CNF, bts->nr);
        if (!msg)

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18746
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I3c0dee36c7d34e6b1341b517ce3bcd1b275e69c1
Gerrit-Change-Number: 18746
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to