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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/5568
typo: osmo-stp main: 'Erro'
Change-Id: Ibb28f48b46a4b86c62770b4d22dcf735717aeadb
---
M stp/stp_main.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/68/5568/1
diff --git a/stp/stp_main.c b/stp/stp_main.c
index 3216101..1e0c099 100644
--- a/stp/stp_main.c
+++ b/stp/stp_main.c
@@ -187,7 +187,7 @@
rc = telnet_init_dynif(NULL, NULL, vty_get_bind_addr(), OSMO_VTY_PORT_STP);
if (rc < 0) {
- perror("Erro binding VTY port\n");
+ perror("Error binding VTY port\n");
exit(1);
}
--
To view, visit https://gerrit.osmocom.org/5568
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb28f48b46a4b86c62770b4d22dcf735717aeadb
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>