adapter/jlink: Use new log level for adapter I/O
Use the new adapter I/O log level to more easily distinguish adapter I/O messages from other debug messages. Change-Id: Ib3aa2bf84871c038aef937452cfeb28de232d821 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/9387 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
committed by
Antonio Borneo
parent
ea9afa9e3e
commit
60d11a881f
@@ -504,7 +504,7 @@ static int jaylink_log_handler(const struct jaylink_context *ctx,
|
||||
tmp = LOG_LVL_DEBUG;
|
||||
break;
|
||||
case JAYLINK_LOG_LEVEL_DEBUG_IO:
|
||||
tmp = LOG_LVL_DEBUG_IO;
|
||||
tmp = LOG_LVL_DEBUG_USB;
|
||||
break;
|
||||
default:
|
||||
tmp = LOG_LVL_WARNING;
|
||||
|
||||
Reference in New Issue
Block a user