aboutsummaryrefslogtreecommitdiff
path: root/src/StaticBoundary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/StaticBoundary.c')
-rw-r--r--src/StaticBoundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StaticBoundary.c b/src/StaticBoundary.c
index 4c4abbe..79027c5 100644
--- a/src/StaticBoundary.c
+++ b/src/StaticBoundary.c
@@ -138,7 +138,7 @@ int BndStatic(const cGH *GH, int num_vars, int *vars, int *faces, int *tables)
err = Util_TableGetIntArray(tables[i], gdim, stencil, "STENCIL WIDTH");
if (err == UTIL_ERROR_BAD_HANDLE)
{
- CCTK_VWarn(3, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn(5, __LINE__, __FILE__, CCTK_THORNSTRING,
"Invalid table handle passed for Static boundary "
"conditions for %s. Using all default values.",
CCTK_VarName(vars[i]));