aboutsummaryrefslogtreecommitdiff
path: root/src/interpolate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpolate.c')
-rw-r--r--src/interpolate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interpolate.c b/src/interpolate.c
index 96d0977..fcaa51a 100644
--- a/src/interpolate.c
+++ b/src/interpolate.c
@@ -296,8 +296,8 @@ ReflectionSymmetry_Interpolate (CCTK_POINTER_TO_CONST restrict const cctkGH_,
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);
}