fix error message
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 11 Aug 2008 10:10:40 +0000 (10:10 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 11 Aug 2008 10:10:40 +0000 (10:10 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@904 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/jtag.c

index 164de0c0d8a575d119830b7ab3a97b6a8f0acc51..315cc9d52c3d32c919be93711076b4ecc348bf0e 100644 (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);