From a03b78118d25f0326d3492015c5a257a007dc98c Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Mon, 26 Sep 2016 09:29:49 +0200 Subject: [PATCH] [T] INFO -> DBUG --- Tests/NumLib/TestODEInt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/NumLib/TestODEInt.cpp b/Tests/NumLib/TestODEInt.cpp index ff1634f54c3..a9edfa8287e 100644 --- a/Tests/NumLib/TestODEInt.cpp +++ b/Tests/NumLib/TestODEInt.cpp @@ -87,7 +87,7 @@ public: const double delta_t = (num_timesteps == 0) ? -1.0 : ((t_end-t0) / num_timesteps); - INFO("Running test with %u timesteps of size %g s.", num_timesteps, + DBUG("Running test with %u timesteps of size %g s.", num_timesteps, delta_t); // initial condition -- GitLab