Merge pull request #104 from riscv/debug_newline

Remove unnecessary \n
This commit is contained in:
Palmer Dabbelt 2017-08-29 10:40:52 -07:00 committed by GitHub
commit 94d7b05046
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}