rtos/rtos: Remove 'ERROR: ' prefix in error log
Remove the prefix since it is redundant. Change-Id: Ib064d1031f5ad14ed7711c09bb5f5254d0054d59 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8633 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
parent
3be1bee753
commit
1f2db5d59a
|
@ -608,7 +608,7 @@ int rtos_generic_stack_read(struct target *target,
|
|||
int retval;
|
||||
|
||||
if (stack_ptr == 0) {
|
||||
LOG_ERROR("Error: null stack pointer in thread");
|
||||
LOG_ERROR("null stack pointer in thread");
|
||||
return -5;
|
||||
}
|
||||
/* Read the stack */
|
||||
|
|
Loading…
Reference in New Issue