瀏覽代碼

dialog debugging messages turned off

Jiri Kuthan 22 年之前
父節點
當前提交
a97a9b416b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modules/tm/uac_fifo.c

+ 2 - 0
modules/tm/uac_fifo.c

@@ -613,7 +613,9 @@ int fifo_uac(FILE *stream, char *response_file)
 	dlg.hooks.request_uri = &ruri;
 	dlg.hooks.next_hop = (nexthop.len ? &nexthop : &ruri);
 
+#ifdef XL_DEBUG
 	print_dlg(stderr, &dlg);
+#endif
 
 	/* we got it all, initiate transaction now! */
 	if (fifo_cbp(&shm_file, response_file) < 0) goto error01;