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
  • Loading branch information
miconda committed Jul 6, 2022
1 parent dedd7ee commit c67bbca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/modules/tm/t_funcs.c
Expand Up @@ -128,10 +128,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 c67bbca

Please sign in to comment.