Skip to content

Commit 2c20971

Browse files
Update vpicio_mts.c (#276)
Co-authored-by: Jean Luca Bez <jlbez@lbl.gov>
1 parent 8deaa79 commit 2c20971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/misc/vpicio_mts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ main(int argc, char **argv)
266266
t0 = MPI_Wtime();
267267
PDC_get_time_str(cur_time);
268268
if (rank == 0)
269-
LOG_ERROR("[%s] Transfer create time: %.5e\n", cur_time, t0 - t1);
269+
LOG_INFO("[%s] Transfer create time: %.5e\n", cur_time, t0 - t1);
270270
#endif
271271

272272
#ifdef ENABLE_MPI

0 commit comments

Comments
 (0)