commit 769f9b4f0dc2df5cef7c7c8f43679fa3a2ba150c
parent 8b67ac22b1ee7846d9f8aeb5673993aa81bb8578
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 23 Feb 2021 15:01:01 +0100
Replace a remaining fprintf by a htrdr_log
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/htrdr_draw_map.c b/src/core/htrdr_draw_map.c
@@ -782,7 +782,7 @@ htrdr_draw_map
if(htrdr->mpi_rank == 0) {
update_mpi_progress(htrdr, HTRDR_MPI_PROGRESS_RENDERING);
- fprintf(stderr, "\n"); /* Add a new line after the progress statuses */
+ htrdr_log(htrdr, "\n"); /* Add a new line after the progress statuses */
}
time_sub(&t0, time_current(&t1), &t0);