aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);