diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-07 11:50:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-07 11:50:20 +0200 |
commit | 9652da22233d36d38a58ecedf12cb148824a1042 (patch) | |
tree | 8a658c7687d49c0e981010302e2fa8a204182f00 | |
parent | e524c1a878eb7c282d0473fa9600333c1029cdbb (diff) |
Minor diagnostics tweak
-rw-r--r-- | bbot/worker/worker.cxx | 2 |
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", |