summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-04-14 14:19:59 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-04-14 14:19:59 +0000
commita15f9b9b4f6cf5a1041abb8babf51978cb7a2fc5 (patch)
tree0b863e1996de9b5fb03c9031959fc09f84d59f2b
parent84243bba2ee080ce77585548eac1f69f73f9f217 (diff)
Cactus/588
Changed level 2 warning in CCTK_GroupIndex to a level 9 warning to remove warnings at startup. Thorns should be checking the return value of CCTK_GroupIndex if they want a high level warning git-svn-id: http://svn.cactuscode.org/flesh/trunk@2112 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/Groups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Groups.c b/src/main/Groups.c
index ab05f402..b129e7ab 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -184,7 +184,7 @@ int CCTK_GroupIndex(const char *fullgroupname)
}
else
{
- CCTK_VWarn(2,__LINE__,__FILE__,"Cactus",
+ CCTK_VWarn(9,__LINE__,__FILE__,"Cactus",
"CCTK_GroupIndex: No group %s found",
fullgroupname);
retval = -1;