aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-02-25 15:45:08 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-02-25 15:45:08 +0000
commit2a18c90c16bcca6f432db269f9e575a37e82c7b2 (patch)
treeea57e6641d81024088eee002034e9f4cebcc83c9
parentab5d5e620f29ef09611958b62112db693edbbc1b (diff)
Reduce the warning level for "Output already done" messages from 2 to 6.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@102 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--src/Output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output.c b/src/Output.c
index e8cae01..fd3e721 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -221,7 +221,7 @@ int IOHDF5_TimeFor (const cGH *GH, int vindex)
if (myGH->out_last[vindex] == GH->cctk_iteration)
{
fullname = CCTK_FullName (vindex);
- CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn (6, __LINE__, __FILE__, CCTK_THORNSTRING,
"Already done IOHDF5 output for variable '%s'", fullname);
free (fullname);
return (0);