diff --git a/src/ButtonThread.cpp b/src/ButtonThread.cpp index 8aaf63c..8468ff6 100644 --- a/src/ButtonThread.cpp +++ b/src/ButtonThread.cpp @@ -26,7 +26,7 @@ if (timed_out) { break; } else if (had_any_error) { - error("Uhh what the f?\n"); + error("Unable to wait for push button flag?\n"); } else { pressed_count++; }