summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/critter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/critter.cpp b/test/critter.cpp
index 8e480245..1d76719e 100644
--- a/test/critter.cpp
+++ b/test/critter.cpp
@@ -143,7 +143,7 @@ bool run(world& w, const function_view<Ns() const>& make_dt,
const auto dt = Ns{make_dt()};
if (dt == Ns{}) [[unlikely]]
{
- if (!start.quiet) [[unlikely]]
+ if (start.verbose) [[unlikely]]
Debug{} << "| dt == 0, breaking";
break;
}