osmith has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/21/39921/1 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); -- To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/39921?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-remsim Gerrit-Branch: master Gerrit-Change-Id: Id9590a03885e47245d8fb28e4f0277a23a223da5 Gerrit-Change-Number: 39921 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <osm...@sysmocom.de>