aboutsummaryrefslogtreecommitdiff
path: root/src/Counter.c
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-04-02 09:29:10 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2004-04-02 09:29:10 +0000
commitf62085c67435d90f55c7fc1b41263bdf87eb9c22 (patch)
treeac21ae550f64b0519ba9380555e0fe79d99d430f /src/Counter.c
parent31208b07314e903c9fea14dee37c6dc0e3df2e9a (diff)
Reduce warning for not provided aliased function to level 4.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@60 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'src/Counter.c')
-rw-r--r--src/Counter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Counter.c b/src/Counter.c
index e886405..a37e4aa 100644
--- a/src/Counter.c
+++ b/src/Counter.c
@@ -83,7 +83,7 @@ int MoL_SetCounter(CCTK_ARGUMENTS)
}
else
{
- CCTK_WARN(2, "Cannot disable prolongation as function"
+ CCTK_WARN(4, "Cannot disable prolongation as function"
" \"EnableProlongating\" is not provided by any thorn!");
}
}
@@ -131,7 +131,7 @@ int MoL_DecrementCounter(CCTK_ARGUMENTS)
}
else
{
- CCTK_WARN(2, "Cannot enable prolongation as function"
+ CCTK_WARN(4, "Cannot enable prolongation as function"
" \"EnableProlongating\" is not provided by any thorn!");
}
}