Attention is currently required from: pespin.
3 comments:
File src/stream.c:
Patch Set #1, Line 317: LOGSCLI(cli, LOGL_INFO, "retrying reconnect in %d seconds...\n",
It's actually related, because I change the printing in LOGSCLI to drop the function name, so now in […]
Done
Patch Set #1, Line 421: LOGSCLI(cli, LOGL_ERROR, "send: not connected, dropping data!\n");
Same as above, related.
Done
Patch Set #1, Line 1228: struct osmo_stream_srv_link *osmo_stream_srv_link_create(void *ctx)
Is it really needed? calling osmo_stream_srv_link_set_name() after is good enough. […]
Yesterday we were debating about keeping the API consistent. osmo_stream_{srv,cli}_create2() take name as parameter. Of course with the dynamically generated names we could choose to remove name there.
To view, visit change 33336. To unsubscribe, or for help writing mail filters, visit settings.