From 7a6d82df527b83c66d8e053a5edd6778b3907011 Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 12 Aug 2009 18:31:20 +0000 Subject: Make error message clearer: mention that it does not try to read from the given filename, but that what was given is only the basefilename git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@273 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- src/CheckpointRecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c index 49c8ce3..2101857 100644 --- a/src/CheckpointRecovery.c +++ b/src/CheckpointRecovery.c @@ -466,7 +466,7 @@ int IOUtil_RecoverVarsFromDatafiles (cGH *GH, else { CCTK_VWarn (1, __LINE__, __FILE__, CCTK_THORNSTRING, - "Failed to read variables from data file '%s'", basefilename); + "Failed to read variables from data file with base name '%s'", basefilename); } *delim = delim_char; -- cgit v1.2.3