mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
fix error message
git-svn-id: svn://svn.berlios.de/openocd/trunk@904 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1588,7 +1588,7 @@ static int jtag_init_inner(struct command_context_s *cmd_ctx)
|
||||
|
||||
if (validate_tries > 5)
|
||||
{
|
||||
LOG_ERROR("Could not validate JTAG chain, exit");
|
||||
LOG_ERROR("Could not validate JTAG chain");
|
||||
return ERROR_JTAG_INVALID_INTERFACE;
|
||||
}
|
||||
usleep(10000);
|
||||
|
||||
Reference in New Issue
Block a user