aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WriteScalar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WriteScalar.c b/src/WriteScalar.c
index 58a467b..60b55dd 100644
--- a/src/WriteScalar.c
+++ b/src/WriteScalar.c
@@ -178,7 +178,7 @@ static int IOBasic_WriteScalarGA (const cGH *GH, int vindex, const char *alias)
if (! reduction->is_valid)
{
CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING,
- "IOBasic_WriteInfo: Internal error in reduction '%s'",
+ "IOBasic_WriteScalar: Internal error in reduction '%s'",
reduction->name);
}
else if (CCTK_MyProc (GH) == 0)