From 724412a49aa86ec2d2836d9ea9da0a9ce46d665c Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 22 Jun 2016 16:30:23 +0200 Subject: Clarify logging message Change-Id: I3c7be592f4cbdd553f07c4a7084478706a7bd644 Related: OS#1648 --- src/osmo-bts-trx/trx_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3