Print a debug message rather than an info message because this
information is not of importance for normal users.
Change-Id: Ie91565df455ffc0bfe976d1782dd4318bfd2d30b
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8986
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
/* Log the results */
if (result == 0)
/* Log the results */
if (result == 0)
- LOG_INFO("XDS110: connected");
+ LOG_DEBUG("XDS110: connected");
else
LOG_ERROR("XDS110: failed to connect");
else
LOG_ERROR("XDS110: failed to connect");
- LOG_INFO("XDS110: disconnected");
+ LOG_DEBUG("XDS110: disconnected");
}
static bool usb_read(unsigned char *buffer, int size, int *bytes_read,
}
static bool usb_read(unsigned char *buffer, int size, int *bytes_read,