aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-22 19:35:18 +0200
committerpespin <pespin@sysmocom.de>2020-06-22 20:30:53 +0000
commit7afdccdff2722b4bbb483d9a8a0dbeac0e47c6aa (patch)
tree9375896c6d387f6db32462aeca02ef1ae44c0a27 /src/common/bts.c
parentc08d927085919c485c5a2c1844d488a110f36d31 (diff)
bts.c: Fix typo in log line and improve it
Diffstat (limited to 'src/common/bts.c')
-rw-r--r--src/common/bts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/bts.c b/src/common/bts.c
index d8a6ff28..d2bca2f7 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -307,7 +307,7 @@ int bts_link_estab(struct gsm_bts *bts)
{
int i, j;
- LOGP(DSUM, LOGL_INFO, "Main link established, sending Status'.\n");
+ LOGP(DSUM, LOGL_INFO, "Main link established, sending NM Status.\n");
/* BTS and SITE MGR are EANBLED, BTS is DEPENDENCY */
oml_tx_state_changed(&bts->site_mgr.mo);