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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/20959 )
Change subject: cosmetic: fix spelling in logging messages: existAnt -> existEnt
......................................................................
cosmetic: fix spelling in logging messages: existAnt -> existEnt
Change-Id: Ifb22b5544cf06012fa529828dfdf3f0d73b07e7d
---
M src/input/dahdi.c
M src/input/e1d.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/59/20959/1
diff --git a/src/input/dahdi.c b/src/input/dahdi.c
index 55abc7c..ce9dfc1 100644
--- a/src/input/dahdi.c
+++ b/src/input/dahdi.c
@@ -526,7 +526,7 @@
scfg = span_cfgs[line->port_nr];
if (!scfg) {
- vty_out(vty, "DAHDI Span %u non-existant%s",
+ vty_out(vty, "DAHDI Span %u non-existent%s",
line->port_nr+1, VTY_NEWLINE);
return;
}
diff --git a/src/input/e1d.c b/src/input/e1d.c
index 6323f90..3b1a45f 100644
--- a/src/input/e1d.c
+++ b/src/input/e1d.c
@@ -369,7 +369,7 @@
bfd->cb = e1d_fd_cb;
if (e1i_ts->type != E1INP_TS_TYPE_NONE && ts >= num_ts_info) {
- LOGPITS(e1i_ts, DLINP, LOGL_ERROR, "Timeslot configured, but not existant "
+ LOGPITS(e1i_ts, DLINP, LOGL_ERROR, "Timeslot configured, but not existent "
"on E1D side; skipping\n");
continue;
}
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/20959
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ifb22b5544cf06012fa529828dfdf3f0d73b07e7d
Gerrit-Change-Number: 20959
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201029/0c22c51a/attachment.htm>