Skip to content

Commit

Permalink
Silence t_newtrani log error in case transaction was already created
Browse files Browse the repository at this point in the history
(cherry picked from commit 9e9818f)
  • Loading branch information
vladpaiu committed Apr 7, 2015
1 parent 210a096 commit 4cb4272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/t_lookup.c
Expand Up @@ -1005,7 +1005,7 @@ int t_newtran( struct sip_msg* p_msg, int full_uas )
LM_DBG("transaction on entrance=%p\n",T);

if ( T && T!=T_UNDEFINED ) {
LM_ERR("transaction already in process %p\n", T );
LM_DBG("transaction already in process %p\n", T );
return E_SCRIPT;
}

Expand Down

0 comments on commit 4cb4272

Please sign in to comment.