summaryrefslogtreecommitdiff
path: root/src/main/ActiveThorns.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-22 05:08:11 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-22 05:08:11 +0000
commit06ea5cd066468ea12c9a28691b75811db56054f2 (patch)
tree550230eb6397b6b402df46b355907b3c8034c037 /src/main/ActiveThorns.c
parent41f6e368988318c2221a1e330d32748379734ee4 (diff)
Use CCTK_VWarn() in place of CCTK_WARN.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2205 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ActiveThorns.c')
-rw-r--r--src/main/ActiveThorns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/ActiveThorns.c b/src/main/ActiveThorns.c
index 7424ed9d..74206358 100644
--- a/src/main/ActiveThorns.c
+++ b/src/main/ActiveThorns.c
@@ -1076,7 +1076,8 @@ int ActivateThorns(const char *thornlist)
}
else
{
- CCTK_WARN(0, "Internal error :- please report this to cactusmaint@cactuscode.org");
+ CCTK_VWarn(0, __LINE__, __FILE__, "Cactus",
+ "Internal error :- please report this to cactusmaint@cactuscode.org");
}
}