Skip to content

Commit

Permalink
acc: warning set to debug level if request is missing for dialog cdrs
Browse files Browse the repository at this point in the history
- self generating bye requests don't have incoming request
  • Loading branch information
miconda committed Apr 16, 2015
1 parent 06177b1 commit 26543b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/acc/acc_cdr.c
Expand Up @@ -294,7 +294,7 @@ static int log_write_cdr( struct dlg_cell* dialog,
cdr_int_array + message_index,
cdr_type_array + message_index);
} else if (cdr_expired_dlg_enable){
LM_WARN( "fallback to dlg_only search because of message does not exist.\n");
LM_DBG("fallback to dlg_only search because of message does not exist.\n");
message_index += extra2strar_dlg_only( cdr_extra,
dialog,
cdr_value_array + message_index,
Expand Down

0 comments on commit 26543b9

Please sign in to comment.