osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/39921?usp=email )
Change subject: src/client/user_shell: add missing \n ......................................................................
src/client/user_shell: add missing \n
Change-Id: Id9590a03885e47245d8fb28e4f0277a23a223da5 --- M src/client/user_shell.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/client/user_shell.c b/src/client/user_shell.c index f0dcd55..6a80553 100644 --- a/src/client/user_shell.c +++ b/src/client/user_shell.c @@ -145,7 +145,7 @@ if (rc < 0) return rc; if (rc == 0) { - fprintf(stderr, "STDIN was closed, terminating"); + fprintf(stderr, "STDIN was closed, terminating\n"); exit(0); } msgb_put(ss->rx_msg, rc);