summaryrefslogtreecommitdiff
path: root/src/include/cctk_WarnLevel.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-07 14:08:43 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-07 14:08:43 +0000
commitd6d21ee95dd892ae96b3d4f004e6d2e92b6d696e (patch)
tree144fcabb4824f1ec652702b2c656298eeb303cfd /src/include/cctk_WarnLevel.h
parentae77d1a11563db46984f9e4e8d030a608994f845 (diff)
Correct description of the warning levels
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3980 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_WarnLevel.h')
-rw-r--r--src/include/cctk_WarnLevel.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index 1521cbbd..a0eaeaa7 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -52,9 +52,11 @@ __attribute__ ((format (printf, 2, 3)))
/* suggested values for warning levels (courtesy of Steve, PR#1742) */
#define CCTK_WARN_ABORT 0 /* abort the Cactus run */
#define CCTK_WARN_ALERT 1 /* the results of this run will be wrong, */
- /* but we're not going to abort the run */
-#define CCTK_WARN_COMPLAIN 2 /* the user should know about this, but */
- /* the results of this run are probably ok */
+ /* and this will surprise the user, */
+ /* but we can still continue the run */
+#define CCTK_WARN_COMPLAIN 2 /* the user should know about this, */
+ /* but the this problem is not terribly */
+ /* surprising */
#define CCTK_WARN_PICKY 3 /* this is for small problems that can */
/* probably be ignored, but that careful */
/* people may want to know about */