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/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Jan 29 15:49:12 UTC 2021


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/34/22534/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210129/6a7a6380/attachment.htm>


More information about the gerrit-log mailing list