[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Improve log messages for optimistic data retry



commit a2bd0397ff2388a6e5a09e0cb8253f4dccf63e21
Author: Ian Goldberg <iang@xxxxxxxxxxxxxxx>
Date:   Thu Jul 21 09:49:00 2011 -0400

    Improve log messages for optimistic data retry
---
 src/or/connection_edge.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index a7e3c16..4d3e254 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -2441,8 +2441,10 @@ connection_ap_handshake_send_begin(edge_connection_t *ap_conn)
   if ((connection_get_inbuf_len(TO_CONN(ap_conn)) ||
        ap_conn->sending_optimistic_data) &&
       connection_ap_supports_optimistic_data(ap_conn)) {
-    log_info(LD_APP, "Sending up to %ld bytes of queued-up data",
-             connection_get_inbuf_len(TO_CONN(ap_conn)));
+    log_info(LD_APP, "Sending up to %ld + %ld bytes of queued-up data",
+             connection_get_inbuf_len(TO_CONN(ap_conn)),
+	     ap_conn->sending_optimistic_data ?
+		generic_buffer_len(ap_conn->sending_optimistic_data) : 0);
     if (connection_edge_package_raw_inbuf(ap_conn, 1, NULL) < 0) {
       connection_mark_for_close(TO_CONN(ap_conn));
     }

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits