From b45cb404c54deae229f19ddd5d765176ae3e70a3 Mon Sep 17 00:00:00 2001 From: rhaas Date: Fri, 25 Apr 2014 17:55:02 +0000 Subject: IOBasic: fix thorn name in warning text git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@200 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- src/WriteScalar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WriteScalar.c b/src/WriteScalar.c index 58a467b..60b55dd 100644 --- a/src/WriteScalar.c +++ b/src/WriteScalar.c @@ -178,7 +178,7 @@ static int IOBasic_WriteScalarGA (const cGH *GH, int vindex, const char *alias) if (! reduction->is_valid) { CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, - "IOBasic_WriteInfo: Internal error in reduction '%s'", + "IOBasic_WriteScalar: Internal error in reduction '%s'", reduction->name); } else if (CCTK_MyProc (GH) == 0) -- cgit v1.2.3