pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/38901?usp=email )


Change subject: Fix missing quote char in log line
......................................................................

Fix missing quote char in log line

Change-Id: Ie272a268be8986210f7f6de0d28626789f28f4bb
---
M src/common/main.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/01/38901/1

diff --git a/src/common/main.c b/src/common/main.c
index e57885a..2bdd8ce 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -361,7 +361,7 @@
        /* TODO: move this to gsm_bts_alloc() */
        if (g_bts->gsmtap.remote_host != NULL) {
                LOGP(DLGLOBAL, LOGL_NOTICE,
-                    "Setting up GSMTAP Um forwarding '%s->'%s:%u'\n",
+                    "Setting up GSMTAP Um forwarding '%s'->'%s:%u'\n",
                     g_bts->gsmtap.local_host, g_bts->gsmtap.remote_host, 
GSMTAP_UDP_PORT);
                g_bts->gsmtap.inst = 
gsmtap_source_init2(g_bts->gsmtap.local_host, 0,
                                                         
g_bts->gsmtap.remote_host, GSMTAP_UDP_PORT, 1);

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/38901?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ie272a268be8986210f7f6de0d28626789f28f4bb
Gerrit-Change-Number: 38901
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to