aboutsummaryrefslogtreecommitdiff
path: root/src/Flat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Flat.c')
-rw-r--r--src/Flat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Flat.c b/src/Flat.c
index 293f71c..bfc5df5 100644
--- a/src/Flat.c
+++ b/src/Flat.c
@@ -135,7 +135,7 @@ int SORFlat3D(cGH *GH, int FieldIndex, int MIndex, int NIndex,
if (Ell_GetStrKey(&sor_accel, "Ell::SORaccel") == ELLGET_NOTSET)
{
const char tmpstr[6] = "const";
- CCTK_WARN(1, "SORFlat3D: Ell::SORaccel not set. "
+ CCTK_WARN(3, "SORFlat3D: Ell::SORaccel not set. "
"Omega being set to a constant value of 1.8.");
sor_accel = strdup(tmpstr);
}