diff --git a/res/res_fax_spandsp.c b/res/res_fax_spandsp.c index 24fcff5395..19be6eced5 100644 --- a/res/res_fax_spandsp.c +++ b/res/res_fax_spandsp.c @@ -468,7 +468,7 @@ static void set_logging(logging_state_t *state, struct ast_fax_session_details * { int level = SPAN_LOG_WARNING; - if (details->option.debug) { + if (details->option.debug) { level = SPAN_LOG_DEBUG_3; }