aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Comm.c2
-rw-r--r--src/PostReceiveGA.c2
2 files changed, 2 insertions, 2 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);
}
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;
}