aboutsummaryrefslogtreecommitdiff
path: root/src/PostReceiveGA.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PostReceiveGA.c')
-rw-r--r--src/PostReceiveGA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PostReceiveGA.c b/src/PostReceiveGA.c
index c8b4641..b354fcc 100644
--- a/src/PostReceiveGA.c
+++ b/src/PostReceiveGA.c
@@ -56,7 +56,7 @@ void PostReceiveGA(pGH *pughGH, int dir, pComm *comm)
/* return if no storage assigned */
if (! GA->storage)
{
- CCTK_VWarn(2, __LINE__, __FILE__, CCTK_THORNSTRING,
+ CCTK_VWarn(CCTK_WARN_DEBUG, __LINE__, __FILE__, CCTK_THORNSTRING,
"Trying to synchronize variable '%s' with no storage", GA->name);
return;
}