Skip to content

Commit

Permalink
tm: enable debug message to log putting transaction on wait
Browse files Browse the repository at this point in the history
(cherry picked from commit c67bbca)
  • Loading branch information
miconda committed Jul 6, 2022
1 parent d97c59a commit 167237f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/modules/tm/t_funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@ int t_release_transaction( struct cell *trans )
void put_on_wait( struct cell *Trans )
{

#ifdef EXTRA_DEBUG
LM_DBG("put on WAIT \n");
#endif

LM_DBG("put T [%p] on wait\n", Trans);

/* we put the transaction on wait timer; we do it only once
in transaction's timelife because putting it multiple-times
Expand Down

0 comments on commit 167237f

Please sign in to comment.