Преглед на файлове

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;