summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-11 10:10:40 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-11 10:10:40 +0000
commit47ae48bff73efe8a0bf44839fc180eef2c834976 (patch)
tree9741b1c5a83cbe046ac8c80b3f3ce0c75fa45ecb /src/jtag
parent7e02ebfd62c3089ef32476ce7e4825b5ec8e1585 (diff)
downloadopenocd+libswd-47ae48bff73efe8a0bf44839fc180eef2c834976.tar.gz
openocd+libswd-47ae48bff73efe8a0bf44839fc180eef2c834976.tar.bz2
openocd+libswd-47ae48bff73efe8a0bf44839fc180eef2c834976.tar.xz
openocd+libswd-47ae48bff73efe8a0bf44839fc180eef2c834976.zip
fix error message
git-svn-id: svn://svn.berlios.de/openocd/trunk@904 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/jtag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.c b/src/jtag/jtag.c
index 164de0c0..315cc9d5 100644
--- a/src/jtag/jtag.c
+++ b/src/jtag/jtag.c
@@ -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);