From 7afdccdff2722b4bbb483d9a8a0dbeac0e47c6aa Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 22 Jun 2020 19:35:18 +0200 Subject: bts.c: Fix typo in log line and improve it Change-Id: I44d079893d01946da703c4338a686795ced3cb00 --- src/common/bts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/bts.c') 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); -- cgit v1.2.3