diff options
-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", |