From: Jeff Lenk Date: Fri, 13 Aug 2010 15:30:01 +0000 (-0500) Subject: trivial - remove debug log of wrong information - reported on userlist - correct... X-Git-Tag: v1.2-rc1~171^2~59^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4705cf3eed0b6fe40e58e47dedd4dfcb42a101;p=thirdparty%2Ffreeswitch.git trivial - remove debug log of wrong information - reported on userlist - correct information reported on the next log statement --- diff --git a/src/mod/applications/mod_nibblebill/mod_nibblebill.c b/src/mod/applications/mod_nibblebill/mod_nibblebill.c index 58ebd146f8..06bc7d0abd 100755 --- a/src/mod/applications/mod_nibblebill/mod_nibblebill.c +++ b/src/mod/applications/mod_nibblebill/mod_nibblebill.c @@ -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) */ 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); - } 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);