pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-remsim/+/39128?usp=email )

Change subject: bankd: Fix typo in fprintf string output
......................................................................

bankd: Fix typo in fprintf string output

Change-Id: I8115c01c0a4af9919543cc167c4de54caaed3f16
---
M src/bankd/bankd_main.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  osmith: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/src/bankd/bankd_main.c b/src/bankd/bankd_main.c
index c406415..cd68073 100644
--- a/src/bankd/bankd_main.c
+++ b/src/bankd/bankd_main.c
@@ -448,7 +448,7 @@
        if (g_bankd->cfg.gsmtap_host) {
                rc = bankd_gsmtap_init(g_bankd->cfg.gsmtap_host);
                if (rc < 0) {
-                       fprintf(stderr, "Unable to open GSMTAP");
+                       fprintf(stderr, "Unable to open GSMTAP\n");
                        exit(1);
                }
        }

--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/39128?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: I8115c01c0a4af9919543cc167c4de54caaed3f16
Gerrit-Change-Number: 39128
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to