diff --git a/update_packets.cc b/update_packets.cc index c6eb6eb5a..b7d08b8c9 100644 --- a/update_packets.cc +++ b/update_packets.cc @@ -366,7 +366,7 @@ void update_packets(const int my_rank, const int nts, std::span packets) const double ts_end = ts + tw; const auto time_update_packets_start = std::time(nullptr); - printout("timestep %d: start update_packets at time %ld\n", nts, time_update_packets_start); + printoutf("timestep %d: start update_packets at time %ld\n", nts, time_update_packets_start); bool timestepcomplete = false; int passnumber = 0; while (!timestepcomplete) {