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/.
Max gerrit-no-reply at lists.osmocom.orgMax has uploaded this change for review. ( https://gerrit.osmocom.org/12825
Change subject: Stream examples: fix typo in error message
......................................................................
Stream examples: fix typo in error message
Likely a copy-paste error from corresponding client example code.
Change-Id: I47cc8c7340eb188d85a49d4f41c295bed0e1bee4
---
M examples/stream-server.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/25/12825/1
diff --git a/examples/stream-server.c b/examples/stream-server.c
index 31487a0..e208d88 100644
--- a/examples/stream-server.c
+++ b/examples/stream-server.c
@@ -150,7 +150,7 @@
osmo_stream_srv_link_set_accept_cb(srv, accept_cb);
if (osmo_stream_srv_link_open(srv) < 0) {
- fprintf(stderr, "cannot open client\n");
+ fprintf(stderr, "cannot open server link\n");
exit(EXIT_FAILURE);
}
--
To view, visit https://gerrit.osmocom.org/12825
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I47cc8c7340eb188d85a49d4f41c295bed0e1bee4
Gerrit-Change-Number: 12825
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190204/5ab38591/attachment.htm>