diff --git a/src/target/riscv/riscv.c b/src/target/riscv/riscv.c index 69aea1564..62628a179 100644 --- a/src/target/riscv/riscv.c +++ b/src/target/riscv/riscv.c @@ -629,7 +629,7 @@ static int riscv_examine(struct target *target) { LOG_DEBUG("riscv_examine()"); if (target_was_examined(target)) { - LOG_DEBUG("Target was already examined.\n"); + LOG_DEBUG("Target was already examined."); return ERROR_OK; }