Skip to content

Commit 1a677ed

Browse files
awlauriajsquyres
andauthored
Update ompi/runtime/ompi_mpi_params.c
Co-authored-by: Jeff Squyres <[email protected]>
1 parent 74f591d commit 1a677ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/runtime/ompi_mpi_params.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ int ompi_mpi_register_params(void)
187187
ompi_mpi_param_check = true;
188188
if (!MPI_PARAM_CHECK) {
189189
opal_output(0, "WARNING: MCA parameter mpi_no_free_handles set to true, but MPI");
190-
opal_output(0, "WARNING: parameter checking has been compiled out of " OMPI_IDENT_STRING );
190+
opal_output(0, "WARNING: parameter checking has been compiled out of " OMPI_IDENT_STRING ".");
191191
opal_output(0, "WARNING: mpi_no_free_handles is therefore only partially effective!");
192192
}
193193
}

0 commit comments

Comments
 (0)