error handling: the error number is not part of the user interface
[fw/openocd] / src / target / arm11.c
index 9955143adb872c9352c703edc98edbb5556622c3..2d978e63e6fedf1cafba58563be4dba6279991de 100644 (file)
@@ -175,7 +175,7 @@ static int arm11_debug_entry(struct arm11_common *arm11)
         */
        retval = arm_dpm_read_current_registers(&arm11->dpm);
        if (retval != ERROR_OK)
-               LOG_ERROR("DPM REG READ -- fail %d", retval);
+               LOG_ERROR("DPM REG READ -- fail");
 
        retval = arm11_run_instr_data_prepare(arm11);
        if (retval != ERROR_OK)