summaryrefslogtreecommitdiff
path: root/src/main/Groups.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Groups.c')
-rw-r--r--src/main/Groups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/Groups.c b/src/main/Groups.c
index 775ef9de..26bdca10 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -235,7 +235,7 @@ int CCTK_GroupIndex (const char *fullgroupname)
if (retval < 0)
{
- CCTK_VWarn (2, __LINE__, __FILE__, "Cactus",
+ CCTK_VWarn (6, __LINE__, __FILE__, "Cactus",
"CCTK_GroupIndex: No group named '%s' found",
fullgroupname);
}
@@ -310,7 +310,7 @@ int CCTK_VarIndex (const char *fullvarname)
if (retval < 0)
{
- CCTK_VWarn (2, __LINE__, __FILE__, "Cactus",
+ CCTK_VWarn (6, __LINE__, __FILE__, "Cactus",
"CCTK_VarIndex: No variable named '%s' found",
fullvarname);
}