This is an automated email from Gerrit.

"zapb <d...@zapb.de>" just uploaded a new patch set to Gerrit, which you can 
find at https://review.openocd.org/c/openocd/+/8633

-- gerrit

commit ce4e7ad97a03d978e9031508a2540b5610640dbd
Author: Marc Schink <d...@zapb.de>
Date:   Sat Nov 30 15:35:39 2024 +0100

    rtos/rtos: Remove 'ERROR: ' prefix in error log
    
    Remove the prefix since it is redundant.
    
    Change-Id: Ib064d1031f5ad14ed7711c09bb5f5254d0054d59
    Signed-off-by: Marc Schink <d...@zapb.de>

diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c
index 0dd538e8f2..f218f63694 100644
--- a/src/rtos/rtos.c
+++ b/src/rtos/rtos.c
@@ -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 */

-- 

Reply via email to