Harald Welte has uploaded this change for review. (
https://gerrit.osmocom.org/14203
Change subject: virt_phy: Fix typo in log message
......................................................................
virt_phy: Fix typo in log message
Change-Id: I9291957ef5d7033d46060d07f2aa0a3880612e1a
---
M src/host/virt_phy/src/l1ctl_sap.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/03/14203/1
diff --git a/src/host/virt_phy/src/l1ctl_sap.c
b/src/host/virt_phy/src/l1ctl_sap.c
index aac49bf..8944398 100644
--- a/src/host/virt_phy/src/l1ctl_sap.c
+++ b/src/host/virt_phy/src/l1ctl_sap.c
@@ -563,7 +563,7 @@
}
if (ms->state.state == MS_STATE_DEDICATED)
- LOGPMS(DL1C, LOGL_NOTICE, ms, "Harrd termiation of DEDICATED
mode, fix L23!\n");
+ LOGPMS(DL1C, LOGL_NOTICE, ms, "Hard termination of DEDICATED
mode, fix L23!\n");
if (cfg_req->is_uplink) {
for (i = 0; i < 8; i++)
--
To view, visit https://gerrit.osmocom.org/14203
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9291957ef5d7033d46060d07f2aa0a3880612e1a
Gerrit-Change-Number: 14203
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>