Browse Source

tm: warn troubleshooting message for deleted transaction turned in dbg

Daniel-Constantin Mierla 10 years ago
parent
commit
92ff485409
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tm/h_table.c

+ 1 - 1
modules/tm/h_table.c

@@ -123,7 +123,7 @@ void free_cell_helper( struct cell* dead_cell, const char *fname, unsigned int f
 	struct totag_elem *tt, *foo;
 	struct tm_callback *cbs, *cbs_tmp;
 
-	LM_WARN("===== freeing transaction %p from %s:%u\n", dead_cell, fname, fline);
+	LM_DBG("freeing transaction %p from %s:%u\n", dead_cell, fname, fline);
 
 	release_cell_lock( dead_cell );
 	if (unlikely(has_tran_tmcbs(dead_cell, TMCB_DESTROY)))