aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2002-02-25 15:45:01 +0000
committertradke <tradke@eff87b29-5268-4891-90a3-a07138403961>2002-02-25 15:45:01 +0000
commit19a205fc66c0caa75d1acf50bacdd9c7d03dedbe (patch)
tree80a2d1019df2a970536ebd82a125b68b1861c072
parentecf88b5325466671517c984903b4a91ff873191b (diff)
Reduce the warning level for "Output already done" messages from 2 to 6.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusIO/IOJpeg/trunk@57 eff87b29-5268-4891-90a3-a07138403961
-rw-r--r--src/Output2D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Output2D.c b/src/Output2D.c
index 82b6bb7..0489095 100644
--- a/src/Output2D.c
+++ b/src/Output2D.c
@@ -147,7 +147,7 @@ int IOJpeg_TimeFor2D (const cGH *GH, int vindex)
if (myGH->out2D_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 IOJpeg 2D output for variable '%s'", fullname);
free (fullname);
return (0);