diff --git a/Tests/NumLib/TestODEInt.cpp b/Tests/NumLib/TestODEInt.cpp
index ff1634f54c390fba9ab19278b6c68bc3e294d137..a9edfa8287e15cb5f56768688331fa0a0c985199 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