diff mbox

osmo-bts[master]: octphy: Update outdated config param name in error message.

Message ID gerrit.1464685839381.I45b8bc09c9aabacc5b908450fe574b5802b88be8@gerrit.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 31, 2016, 9:10 a.m. UTC
Review at  https://gerrit.osmocom.org/129

octphy: Update outdated config param name in error message.

Change-Id: I45b8bc09c9aabacc5b908450fe574b5802b88be8
---
M src/osmo-bts-octphy/l1_if.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/29/129/1

Comments

gerrit-no-reply@lists.osmocom.org May 31, 2016, 9:30 a.m. UTC | #1
Patch Set 1: Code-Review+2
gerrit-no-reply@lists.osmocom.org May 31, 2016, 10:11 a.m. UTC | #2
Patch Set 2:

(1 comment)

> Change has been successfully cherry-picked as 0778cd488a6696772e2fda32ee9ab9889f439d62
 > by Holger Freyther

https://gerrit.osmocom.org/#/c/129/2/src/osmo-bts-octphy/l1_if.c
File src/osmo-bts-octphy/l1_if.c:

Line 1621: 		LOGP(DL1C, LOGL_ERROR, "You have to specify a octphy net-device\n");
Maybe it would be better to use the 'an' article instead of 'a'?
diff mbox

Patch

diff --git a/src/osmo-bts-octphy/l1_if.c b/src/osmo-bts-octphy/l1_if.c
index ec61d6b..c8ed216 100644
--- a/src/osmo-bts-octphy/l1_if.c
+++ b/src/osmo-bts-octphy/l1_if.c
@@ -1618,7 +1618,7 @@ 
 	fl1h->phy_link = plink;
 
 	if (!phy_dev) {
-		LOGP(DL1C, LOGL_ERROR, "You have to specify a phy-netdev\n");
+		LOGP(DL1C, LOGL_ERROR, "You have to specify a octphy net-device\n");
 		talloc_free(fl1h);
 		return NULL;
 	}