This is an automated email from Gerrit.

Marc Schink (openocd-...@marcschink.de) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/5155

-- gerrit

commit 11be2b39193ccb4b2cc99c1363ee66e8ca148c83
Author: Marc Schink <openocd-...@marcschink.de>
Date:   Mon May 6 17:09:21 2019 +0200

    jtag/drivers/jtag_usb_common: Remove warning
    
    Change-Id: I56e7889a5d9d4656de13ad9e21be3a6e1906e05f
    Signed-off-by: Marc Schink <openocd-...@marcschink.de>

diff --git a/src/jtag/drivers/jtag_usb_common.c 
b/src/jtag/drivers/jtag_usb_common.c
index 74b89cc..a353b56 100644
--- a/src/jtag/drivers/jtag_usb_common.c
+++ b/src/jtag/drivers/jtag_usb_common.c
@@ -75,9 +75,6 @@ bool jtag_usb_location_equal(uint8_t dev_bus, uint8_t 
*port_path,
        /* walked the full path, all elements match */
        if (path_step == path_len && !string_lenght)
                equal = true;
-       else
-               LOG_WARNING("excluded by device path option: %s\n",
-                           jtag_usb_get_location());
 
 done:
        free(loc);

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to