summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/SetParams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/SetParams.c b/src/main/SetParams.c
index 47c336ba..3f0b3cc0 100644
--- a/src/main/SetParams.c
+++ b/src/main/SetParams.c
@@ -111,7 +111,7 @@ int CCTKi_SetParameter (const char *parameter, const char *value, int lineno)
{
/* Parameter not defined in thorn */
CCTK_VWarn (1, __LINE__, __FILE__, "Cactus",
- "In parameter file '%s' line %d:: Parameter '%s' not found",
+ "In parameter file '%s' line %d: Parameter '%s' not found",
parfile, lineno, parameter);
if (parameter_check == CCTK_PARAMETER_RELAXED)
{