From bc510ed02e2961c77855bb611276acbb32441eb8 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 27 Apr 2007 12:35:52 +0000 Subject: decrease warning level from 2 to 1 when printing the locations of NaNs/Infs in verbose mode git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@83 ff385933-4943-42dc-877b-ffc776028de6 --- src/NaNCheck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NaNCheck.c b/src/NaNCheck.c index 6f339f0..1524619 100644 --- a/src/NaNCheck.c +++ b/src/NaNCheck.c @@ -581,14 +581,14 @@ static void PrintWarning (const char *error_type, if (coords) { - CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING, + CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, "%s caught in %svariable '%s' at index (%s) with coordinates " "(%s)", error_type, complex_part, fullname, index_string, coord_string); } else { - CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING, + CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, "%s caught in %svariable '%s' at (%s)", error_type, complex_part, fullname, index_string); } -- cgit v1.2.3