aboutsummaryrefslogtreecommitdiff
path: root/src/Comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Comm.c')
-rw-r--r--src/Comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Comm.c b/src/Comm.c
index 10aa26b..ff04905 100644
--- a/src/Comm.c
+++ b/src/Comm.c
@@ -1062,7 +1062,7 @@ static int PUGH_SyncSingleProc(pGH *pughGH, 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 (0);
}