aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2009-08-12 18:31:20 +0000
committerknarf <knarf@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2009-08-12 18:31:20 +0000
commit7a6d82df527b83c66d8e053a5edd6778b3907011 (patch)
tree43bf147559f15d5e0b71f564939dc41faf0bea53
parent108ece94c2fe4b3ab07973e9b0f364dcbf7ec44b (diff)
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
-rw-r--r--src/CheckpointRecovery.c2
1 files changed, 1 insertions, 1 deletions
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;