From 07b75e1979829c7df557719ff8076a1ec08faeb0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Nov 2019 16:05:55 +0200 Subject: Adjust deadlock diagnostics to reflect its fuzzy nature --- libbuild2/scheduler.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libbuild2/scheduler.cxx') 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 */); } -- cgit v1.1