aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlanfer <lanfer@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-03-28 10:02:25 +0000
committerlanfer <lanfer@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2000-03-28 10:02:25 +0000
commit9e839730252b3ee974c86236d1ad522269222947 (patch)
tree74d7a9d953c57afe66ba1897922647f5bd432293
parentd6ad23e2847f1a0db0a8fd2db62d4972a1a1d4da (diff)
better error message if reduction failed
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@44 b589c3ab-70e8-4b4d-a09f-cba2dd200880
-rw-r--r--src/WriteInfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WriteInfo.c b/src/WriteInfo.c
index 26994d0..0b3c6ad 100644
--- a/src/WriteInfo.c
+++ b/src/WriteInfo.c
@@ -45,7 +45,7 @@ CCTK_REAL IOBasic_WriteInfo (cGH *GH, int index, const char *operator, const cha
else
{
CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING,
- "Reduction operator '%s' doesn't exist", operator);
+ "Reduction operator '%s' doesn't exist or failed internally", operator);
retval = -27;
}