aboutsummaryrefslogtreecommitdiff
path: root/src/apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apply.c')
-rw-r--r--src/apply.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/apply.c b/src/apply.c
index 160a691..1bdfb37 100644
--- a/src/apply.c
+++ b/src/apply.c
@@ -276,8 +276,8 @@ BndReflectVI (cGH const * restrict const cctkGH,
char * groupname = CCTK_GroupName(gi);
assert (groupname);
CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING,
- "Error in tensor type alias declaration for group \"%s\"",
- groupname);
+ "Error in tensor type alias declaration for group \"%s\": %d",
+ groupname, ierr);
free (groupname);
}
@@ -361,8 +361,8 @@ BndReflectVI (cGH const * restrict const cctkGH,
char * groupname = CCTK_GroupName(gi);
assert (groupname);
CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING,
- "Illegal tensor type alias for group \"%s\"",
- groupname);
+ "Illegal tensor type alias \"%s\" for group \"%s\"",
+ tensortypealias, groupname);
free (groupname);
}
@@ -401,8 +401,8 @@ BndReflectVI (cGH const * restrict const cctkGH,
char * groupname = CCTK_GroupName(gi);
assert (groupname);
CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING,
- "Error in tensor parity declaration for group \"%s\"",
- groupname);
+ "Error in tensor parity declaration for group \"%s\": %d",
+ groupname, ierr);
free (groupname);
}