aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/main.c')
-rw-r--r--src/common/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/main.c b/src/common/main.c
index 0d84c183..25ecd11e 100644
--- a/src/common/main.c
+++ b/src/common/main.c
@@ -184,7 +184,7 @@ static void signal_handler(int signal)
case SIGTERM:
if (!quit) {
oml_tx_failure_event_rep(&bts->mo,
- OSMO_EVT_CRIT_PROC_STOP,
+ NM_SEVER_CRITICAL, OSMO_EVT_CRIT_PROC_STOP,
"BTS: SIGINT received -> shutdown");
bts_shutdown(bts, "SIGINT");
}