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:
Marc Schink 2024-11-30 15:35:39 +01:00 committed by Antonio Borneo
parent 3be1bee753
commit 1f2db5d59a
1 changed files with 1 additions and 1 deletions

View File

@ -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 */