aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-07-07 11:50:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-07-07 11:50:20 +0200
commit9652da22233d36d38a58ecedf12cb148824a1042 (patch)
tree8a658c7687d49c0e981010302e2fa8a204182f00
parente524c1a878eb7c282d0473fa9600333c1029cdbb (diff)
Minor diagnostics tweak
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 1f44908..d7a2570 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -300,7 +300,7 @@ run_cmd (step_id step,
// Prompt the user if the breakpoint is reached.
//
if (bkp_step && *bkp_step == step)
- prompt (sid + " step is reached");
+ prompt (sid + " step reached");
string ts (to_string (system_clock::now (),
"%Y-%m-%d %H:%M:%S %Z",