nit: do not add \n at end of LOG_ERROR
[fw/openocd] / src / jtag / drivers / usb_blaster.c
index c9b88f86534d43700033e8f6e6b5208a02142aee..54ad40f0709758e25fa8a7b4ebaa8a95fb7ef9dd 100644 (file)
@@ -370,7 +370,7 @@ static int usb_blaster_init(void)
 
                        if (status == FT_OK)
                        {
-                               LOG_ERROR("ListDevices: %lu\n", num_devices);
+                               LOG_ERROR("ListDevices: %lu", num_devices);
                                for (i = 0; i < num_devices; i++)
                                        LOG_ERROR("%i: %s", i, desc_array[i]);
                        }