aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-22 16:30:23 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-22 23:24:43 +0000
commit724412a49aa86ec2d2836d9ea9da0a9ce46d665c (patch)
tree6c41ef4ec1f8b2667ad6bb9e175313b83548ffdf
parentf0d6d6ba02eb79c2b42d0755372b773684c1f7cf (diff)
Clarify logging message
-rw-r--r--src/osmo-bts-trx/trx_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 04d8fea6..b2766d0e 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -380,7 +380,7 @@ static int trx_ctrl_read_cb(struct osmo_fd *ofd, unsigned int what)
phy_instance_name(pinst), buf);
rsp_error:
if (tcm->critical) {
- bts_shutdown(pinst->trx->bts, "SIGINT");
+ bts_shutdown(pinst->trx->bts, "TRX-CTRL-MSG: CRITICAL");
/* keep tcm list, so process is stopped */
return -EIO;
}