log osmo_fsm timeouts

set osmo_fsm_log_timeouts(true);

Change-Id: Ic1ca03f06fbdef5a3fbe503e4414a780eb3e0fcc
This commit is contained in:
Neels Hofmeyr 2023-02-20 16:59:11 +01:00
parent ed424d5be4
commit 311bfb5983
1 changed files with 2 additions and 0 deletions

View File

@ -735,6 +735,8 @@ int main(int argc, char **argv)
if (rc < 0) if (rc < 0)
exit(1); exit(1);
osmo_fsm_log_timeouts(true);
rc = osmo_ss7_init(); rc = osmo_ss7_init();
if (rc < 0) { if (rc < 0) {
LOGP(DMAIN, LOGL_FATAL, "osmo_ss7_init() failed with rc=%d\n", rc); LOGP(DMAIN, LOGL_FATAL, "osmo_ss7_init() failed with rc=%d\n", rc);