This is an automated email from Gerrit.

"zapb <[email protected]>" just uploaded a new patch set to Gerrit, which you can 
find at https://review.openocd.org/c/openocd/+/9583

-- gerrit

commit ec850335ee40ea22e24f51b241d2736fdafe33b7
Author: Marc Schink <[email protected]>
Date:   Sun Apr 19 12:01:14 2026 +0200

    adapters/xvc: Remove noisy debug output
    
    The current debug output clutters the logs while adding little useful
    information, so remove it.
    
    Change-Id: I4b6261520e471194be7807e4205cd1ba05df15bc
    Signed-off-by: Marc Schink <[email protected]>

diff --git a/src/jtag/drivers/xvc.c b/src/jtag/drivers/xvc.c
index d5a5810f35..9a38ed1b4c 100644
--- a/src/jtag/drivers/xvc.c
+++ b/src/jtag/drivers/xvc.c
@@ -149,8 +149,6 @@ static int xvc_flush(void)
        memcpy(xvc_send_buf + cp_offset, xvc_tdi_buf, number_of_bytes);
        cp_offset += number_of_bytes;
        // Updates the number of bytes used.
-       LOG_DEBUG("XVC flush: cp_offset: %zu", cp_offset);
-       LOG_DEBUG("XVC flush: used_bits: %d", xvc_used_bits);
 
        int written = write_socket(xvc_fd, xvc_send_buf, cp_offset);
        if (written != (int)cp_offset) {

-- 

Reply via email to