Change in osmo-trx[master]: ipc: Fix wrong reference to BTS in log line

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
Tue Dec 8 09:37:54 UTC 2020


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

Change subject: ipc: Fix wrong reference to BTS in log line
......................................................................

ipc: Fix wrong reference to BTS in log line

Change-Id: Idd272959e335c46ca88e348dd792e15ddb317d61
---
M Transceiver52M/device/ipc/IPCDevice.cpp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve



diff --git a/Transceiver52M/device/ipc/IPCDevice.cpp b/Transceiver52M/device/ipc/IPCDevice.cpp
index a16f723..5ed428e 100644
--- a/Transceiver52M/device/ipc/IPCDevice.cpp
+++ b/Transceiver52M/device/ipc/IPCDevice.cpp
@@ -793,7 +793,7 @@
 	INIT_LLIST_HEAD(&master_sk_state.upqueue);
 	rc = osmo_sock_unix_init_ofd(&master_sk_state.conn_bfd, SOCK_SEQPACKET, 0, v.c_str(), OSMO_SOCK_F_CONNECT);
 	if (rc < 0) {
-		LOGC(DDEV, ERROR) << "Failed to connect to the BTS (" << v << "). "
+		LOGC(DDEV, ERROR) << "Failed to connect to the IPC device (" << v << "). "
 				  << "Retrying...\n";
 		osmo_timer_setup(&master_sk_state.timer, ipc_sock_timeout, NULL);
 		osmo_timer_schedule(&master_sk_state.timer, 5, 0);

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Idd272959e335c46ca88e348dd792e15ddb317d61
Gerrit-Change-Number: 21593
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201208/e1bbdb95/attachment.htm>


More information about the gerrit-log mailing list