fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/29171 )


Change subject: mobile: mobile_start(): fix grammar in logging messages
......................................................................

mobile: mobile_start(): fix grammar in logging messages

Change-Id: Ibe8afb6a79613096c4ace86cc44867d0e9f8de76
---
M src/host/layer23/src/mobile/app_mobile.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/71/29171/1

diff --git a/src/host/layer23/src/mobile/app_mobile.c 
b/src/host/layer23/src/mobile/app_mobile.c
index 0cb00c4..57b472f 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -251,7 +251,7 @@
                if (!strcmp(ms->settings.layer2_socket_path,
                                tmp->settings.layer2_socket_path)) {
                        LOGP(DMOB, LOGL_ERROR, "Cannot start MS '%s', because 
MS '%s' "
-                               "use the same layer2-socket.\nPlease shutdown "
+                               "is using the same layer2-socket.\nPlease 
shutdown "
                                "MS '%s' first.\n", ms->name, tmp->name, 
tmp->name);
                        *other_name = tmp->name;
                        return -1;
@@ -259,7 +259,7 @@
                if (!strcmp(ms->settings.sap_socket_path,
                                tmp->settings.sap_socket_path)) {
                        LOGP(DMOB, LOGL_ERROR, "Cannot start MS '%s', because 
MS '%s' "
-                               "use the same sap-socket.\nPlease shutdown "
+                               "is using the same sap-socket.\nPlease shutdown 
"
                                "MS '%s' first.\n", ms->name, tmp->name, 
tmp->name);
                        *other_name = tmp->name;
                        return -2;

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/29171
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ibe8afb6a79613096c4ace86cc44867d0e9f8de76
Gerrit-Change-Number: 29171
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to