From 889f6e8a9c4b6f7729fb8e7bb379dbf8f6b35d3c Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 12 Apr 2002 14:43:49 +0000 Subject: Fixed a small typo in a warning message. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2708 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/SetParams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/SetParams.c') 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) { -- cgit v1.2.3