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);
--
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: merged
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Id9590a03885e47245d8fb28e4f0277a23a223da5
Gerrit-Change-Number: 39921
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>