summaryrefslogtreecommitdiff
path: root/src/main/Parameters.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Parameters.c')
-rw-r--r--src/main/Parameters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Parameters.c b/src/main/Parameters.c
index 2340e071..6547d233 100644
--- a/src/main/Parameters.c
+++ b/src/main/Parameters.c
@@ -650,7 +650,7 @@ const char *ParameterWalk(int first,
if (startpoint == NULL)
{
- CCTK_WARN (2, "ParameterWalk: Cannot walk through parameter list without "
+ CCTK_Warn(2,__LINE__,__FILE__,"Cactus", "ParameterWalk: Cannot walk through parameter list without "
"setting a startpoint at first");
return NULL;
}