... | ... |
@@ -299,6 +299,9 @@ qa_passed: |
299 | 299 |
|
300 | 300 |
again: |
301 | 301 |
n=sendto(source->socket, buf, len, 0, &to->s, tolen); |
302 |
+#ifdef XL_DEBUG |
|
303 |
+ LOG(L_INFO, "INFO: send status: %d\n", n); |
|
304 |
+#endif |
|
302 | 305 |
if (n==-1){ |
303 | 306 |
LOG(L_ERR, "ERROR: udp_send: sendto(sock,%p,%d,0,%p,%d): %s(%d)\n", |
304 | 307 |
buf,len,to,tolen, |