mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 18:44:54 +00:00
trivial - remove debug log of wrong information - reported on userlist - correct information reported on the next log statement
This commit is contained in:
parent
ba09b96d1e
commit
bb4705cf3e
@ -483,8 +483,6 @@ static switch_status_t do_billing(switch_core_session_t *session)
|
|||||||
/* Setup new billing data (based on call answer time, in case this module started late with active calls) */
|
/* Setup new billing data (based on call answer time, in case this module started late with active calls) */
|
||||||
nibble_data->lastts = profile->times->answered; /* Set the initial answer time to match when the call was really answered */
|
nibble_data->lastts = profile->times->answered; /* Set the initial answer time to match when the call was really answered */
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "Beginning new billing on %s\n", uuid);
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "Beginning new billing on %s\n", uuid);
|
||||||
} else {
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Last successful billing time was %s\n", date);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_time_exp_lt(&tm, nibble_data->lastts);
|
switch_time_exp_lt(&tm, nibble_data->lastts);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user