fix error message

git-svn-id: svn://svn.berlios.de/openocd/trunk@904 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2008-08-11 10:10:40 +00:00
parent 7e02ebfd62
commit 47ae48bff7
1 changed files with 1 additions and 1 deletions

View File

@ -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);