aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Laszlo Sitzer <dlsitzer@gmail.com>2016-05-31 11:09:40 +0200
committerHolger Freyther <holger@freyther.de>2016-05-31 09:30:55 +0000
commit0778cd488a6696772e2fda32ee9ab9889f439d62 (patch)
tree9a1d6d0543a9e981ddd866593237d8bac28e7aeb
parented494443cc1e9732b43ef99cccf187d17ac931ef (diff)
octphy: Update outdated config param name in error message.
Change-Id: I45b8bc09c9aabacc5b908450fe574b5802b88be8 Reviewed-on: https://gerrit.osmocom.org/129 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
-rw-r--r--src/osmo-bts-octphy/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-octphy/l1_if.c b/src/osmo-bts-octphy/l1_if.c
index ec61d6b7..c8ed216f 100644
--- a/src/osmo-bts-octphy/l1_if.c
+++ b/src/osmo-bts-octphy/l1_if.c
@@ -1618,7 +1618,7 @@ struct octphy_hdl *l1if_open(struct phy_link *plink)
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;
}