RSL: Change "... is back in operation" to an INFO level message

This commit is contained in:
Harald Welte
2012-11-13 04:26:22 +01:00
parent 1dcc2603e9
commit a9e420e93d

View File

@@ -662,7 +662,7 @@ static void error_timeout_cb(void *data)
}
/* go back to the none state */
LOGP(DRSL, LOGL_NOTICE, "%s is back in operation.\n", gsm_lchan_name(lchan));
LOGP(DRSL, LOGL_INFO, "%s is back in operation.\n", gsm_lchan_name(lchan));
rsl_lchan_set_state(lchan, LCHAN_S_NONE);
}