diff options
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/scheduler.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libbuild2/scheduler.cxx b/libbuild2/scheduler.cxx index e077645..7aca552 100644 --- a/libbuild2/scheduler.cxx +++ b/libbuild2/scheduler.cxx @@ -871,10 +871,9 @@ namespace build2 // thing about abort is if this is not a dependency cycle, then we // have a core to examine). // - error << "deadlock detected, aborting" << + error << "deadlock suspected, aborting" << info << "deadlocks are normally caused by dependency cycles" << - info << "re-run with -s to diagnose dependency cycles" << - info << "if not a dependency cycle, please report as a bug"; + info << "re-run with -s to diagnose dependency cycles"; terminate (false /* trace */); } |