Skip to content

Commit ad31368

Browse files
author
Damian Rouson
committed
Merge branch 'issue-700-enable-multi-allocatable-arrays' of github.com:sourceryinstitute/opencoarrays into issue-700-enable-multi-allocatable-arrays
2 parents 159aa9f + 20718e7 commit ad31368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpi/mpi_caf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ static void
415415
caf_runtime_error (const char *message, ...)
416416
{
417417
va_list ap;
418-
fprintf(stderr, "Fortran runtime error on image %d: ", caf_this_image);
418+
fprintf(stderr, "OpenCoarrays internal error on image %d: ", caf_this_image);
419419
va_start(ap, message);
420420
vfprintf(stderr, message, ap);
421421
va_end(ap);

0 commit comments

Comments
 (0)