2
0
Эх сурвалжийг харах

left debugging messages removed

Jiri Kuthan 22 жил өмнө
parent
commit
eed2a491ce

+ 2 - 0
modules/tm/t_msgbuilder.c

@@ -245,7 +245,9 @@ static inline int assemble_via(str* dest, struct cell* t, struct socket_info* so
 	branch_str.s = branch_buf;
 	branch_str.s = branch_buf;
 	branch_str.len = len;
 	branch_str.len = len;
 
 
+#ifdef XL_DEBUG
 	printf("!!!proto: %d\n", sock->proto);
 	printf("!!!proto: %d\n", sock->proto);
+#endif
 
 
 	via = via_builder(&via_len, sock, &branch_str, 0, sock->proto);
 	via = via_builder(&via_len, sock, &branch_str, 0, sock->proto);
 	if (!via) {
 	if (!via) {