aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hott/hott_sensors/hott_sensors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/hott/hott_sensors/hott_sensors.cpp')
-rw-r--r--src/drivers/hott/hott_sensors/hott_sensors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/hott/hott_sensors/hott_sensors.cpp b/src/drivers/hott/hott_sensors/hott_sensors.cpp
index 4b8e0c0b0..1aade450b 100644
--- a/src/drivers/hott/hott_sensors/hott_sensors.cpp
+++ b/src/drivers/hott/hott_sensors/hott_sensors.cpp
@@ -157,7 +157,7 @@ hott_sensors_thread_main(int argc, char *argv[])
/* enable UART, writes potentially an empty buffer, but multiplexing is disabled */
const int uart = open_uart(device);
if (uart < 0) {
- errx(1, "Failed opening HoTT UART, exiting.");
+ errx(1, "Open fail, exiting.");
thread_running = false;
}