diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-06 00:10:41 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-06 00:11:05 +0100 |
commit | 394c8a39fa2281981fc1b6223a57a51eab44055b (patch) | |
tree | 4470b2d22b80bb61b39c90537ea04608571f2bd7 | |
parent | f5f217397e1370e52695f1b4314bf1527f5955cf (diff) |
test/critter: logspam--
-rw-r--r-- | test/critter.cpp | 2 |
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; } |