Change in osmo-pcu[master]: nacc: Improve log line failing to establish CTRL neigh conn

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Jan 29 21:13:30 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/22534 )

Change subject: nacc: Improve log line failing to establish CTRL neigh conn
......................................................................

nacc: Improve log line failing to establish CTRL neigh conn

Change-Id: Ic92158f9fe986ff427ee2ed2cfbf95549e348746
---
M src/nacc_fsm.c
1 file changed, 3 insertions(+), 2 deletions(-)

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



diff --git a/src/nacc_fsm.c b/src/nacc_fsm.c
index fcf4b58..510b3d8 100644
--- a/src/nacc_fsm.c
+++ b/src/nacc_fsm.c
@@ -316,8 +316,9 @@
 				 NULL, 0, pcu->vty.neigh_ctrl_addr, pcu->vty.neigh_ctrl_port,
 				 OSMO_SOCK_F_CONNECT);
 	if (rc < 0) {
-		LOGPFSML(fi, LOGL_ERROR, "Can't connect to CTRL @ %s:%u\n",
-		     pcu->vty.neigh_ctrl_addr, pcu->vty.neigh_ctrl_port);
+		LOGPFSML(fi, LOGL_ERROR,
+			"Failed to establish CTRL (neighbor resolution) connection to BSC r=%s:%u\n\n",
+			pcu->vty.neigh_ctrl_addr, pcu->vty.neigh_ctrl_port);
 		goto err_term;
 	}
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ic92158f9fe986ff427ee2ed2cfbf95549e348746
Gerrit-Change-Number: 22534
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210129/933ba0aa/attachment.htm>


More information about the gerrit-log mailing list