aboutsummaryrefslogtreecommitdiff
path: root/src/rtt/rtt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtt/rtt.c')
-rw-r--r--src/rtt/rtt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtt/rtt.c b/src/rtt/rtt.c
index 42c3ee3..15b9a37 100644
--- a/src/rtt/rtt.c
+++ b/src/rtt/rtt.c
@@ -140,8 +140,8 @@ int rtt_start(void)
addr);
rtt.ctrl.address = addr;
} else {
- LOG_INFO("rtt: No control block found");
- return ERROR_OK;
+ LOG_ERROR("rtt: No control block found");
+ return ERROR_FAIL;
}
}