aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-23 13:18:38 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-06-23 13:18:38 +0200
commit580a27e97c3f0e139dfd7b0c10de24463d4b5294 (patch)
tree156ce3545085ac6d16cd1efb1a42ea8a7368ec36
parent7afdccdff2722b4bbb483d9a8a0dbeac0e47c6aa (diff)
abis.c: Use LOGPIL when logging signalling link down
-rw-r--r--src/common/abis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/abis.c b/src/common/abis.c
index ab328700..ad6fddcb 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -140,7 +140,7 @@ static struct e1inp_sign_link *sign_link_up(void *unit, struct e1inp_line *line,
static void sign_link_down(struct e1inp_line *line)
{
struct gsm_bts_trx *trx;
- LOGP(DABIS, LOGL_ERROR, "Signalling link down\n");
+ LOGPIL(line, DABIS, LOGL_ERROR, "Signalling link down\n");
/* First remove the OML signalling link */
if (g_bts->oml_link) {