diff --git a/src/outputlist.c b/src/outputlist.c
index 9ff3b3b9d9dd7625e18a27b38c1e59a14737c46b..8e2a2624197a4ea1e689c68625c97fdb6f2bf43b 100644
--- a/src/outputlist.c
+++ b/src/outputlist.c
@@ -187,7 +187,11 @@ void output_list_read_next_time(struct output_list *t, const struct engine *e,
   if (time == time_end) {
       t->final_step_dump = 1;
       if (e->verbose)
-        message("Next output time for %s set to a=%e.", name, time_end);
+        if (is_cosmo) {
+          message("Next output time for %s set to a=%e.", name, time_end);
+        } else {
+          message("Next output time for %s set to t=%e.", name, time_end);
+        }
   }
 
   /* Deal with last statistics */