From 19a205fc66c0caa75d1acf50bacdd9c7d03dedbe Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 25 Feb 2002 15:45:01 +0000 Subject: 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 --- src/Output2D.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3