[svn-r12966] Fixed an missing parameter in a printf call in io_mode_confusion.

Tested in heping pp.
This commit is contained in:
Albert Cheng 2006-11-21 19:35:38 -05:00
parent e75b0a6031
commit 9f45ec7671

View File

@ -1708,7 +1708,7 @@ void io_mode_confusion(void)
if ( verbose )
HDfprintf(stdout, "%0d:%s: Done.\n", mpi_rank);
HDfprintf(stdout, "%0d:%s: Done.\n", mpi_rank, fcn_name);
return;