Prechádzať zdrojové kódy

tm: warn troubleshooting message for deleted transaction turned in dbg

Daniel-Constantin Mierla 10 rokov pred
rodič
commit
92ff485409
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 totag_elem *tt, *foo;
 	struct tm_callback *cbs, *cbs_tmp;
 	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 );
 	release_cell_lock( dead_cell );
 	if (unlikely(has_tran_tmcbs(dead_cell, TMCB_DESTROY)))
 	if (unlikely(has_tran_tmcbs(dead_cell, TMCB_DESTROY)))