pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/33224 )
Change subject: stream: Drop dot at the end of log line ......................................................................
stream: Drop dot at the end of log line
Change-Id: I59b0e56088c60e3de5f3a2f38f158e16074a65c9 --- M src/stream.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/24/33224/1
diff --git a/src/stream.c b/src/stream.c index 6afb7ca..aad237f 100644 --- a/src/stream.c +++ b/src/stream.c @@ -439,7 +439,7 @@ if (llist_empty(&cli->tx_queue)) osmo_fd_write_disable(&cli->ofd);
- LOGSCLI(cli, LOGL_DEBUG, "connection done.\n"); + LOGSCLI(cli, LOGL_DEBUG, "connection done\n"); cli->state = STREAM_CLI_STATE_CONNECTED; switch (cli->sk_domain) { case AF_UNIX: