mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
changing logtype from error to info for couple of logging prints
This commit is contained in:
parent
6381d06c23
commit
2097799bf9
@ -63,8 +63,6 @@ switch_status_t mg_is_ito_pkg_req(megaco_profile_t* mg_profile, MgMgcoCommand *c
|
||||
int descId = 0x00;
|
||||
MgMgcoAmmReq* desc = NULL;
|
||||
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR,"cmd->cmdType.val[%d]\n",cmd->cmdType.val);
|
||||
|
||||
if(CH_CMD_TYPE_IND != cmd->cmdType.val)
|
||||
return SWITCH_STATUS_FALSE;
|
||||
|
||||
@ -103,7 +101,7 @@ switch_status_t mg_is_ito_pkg_req(megaco_profile_t* mg_profile, MgMgcoCommand *c
|
||||
|
||||
/* As of now only handling ito package */
|
||||
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR," Requested Event descriptor\n");
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO," Requested Event descriptor\n");
|
||||
|
||||
if (evts->el.num.pres)
|
||||
numEvts = evts->el.num.val;
|
||||
@ -1043,7 +1041,7 @@ switch_status_t handle_mg_modify_cmd(megaco_profile_t* mg_profile, MgMgcoCommand
|
||||
}
|
||||
|
||||
if(MG_TERM_RTP == term->type){
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR,"MODIFY REQUEST - Updated RTP attributes:"
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO,"MODIFY REQUEST - Updated RTP attributes:"
|
||||
" Media_Type(%s),local_addr[%s] local_port[%d] remote_addr[%s], remote_port[%d], ptime[%d] pt[%d], "
|
||||
" rfc2833_pt[%d] rate[%d], codec[%s], term_id[%d]\n",
|
||||
mg_media_type2str(term->u.rtp.media_type),
|
||||
|
Loading…
x
Reference in New Issue
Block a user