aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2009-08-12 18:28:30 +0000
committerknarf <knarf@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2009-08-12 18:28:30 +0000
commit108ece94c2fe4b3ab07973e9b0f364dcbf7ec44b (patch)
tree224dbc8020c596538bee2e3c3328af399f4e8f99
parent47aeeabf54e55d4fc8bf3a8841f5a8cd0ed7d433 (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@272 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 838891d..49c8ce3 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -454,7 +454,7 @@ int IOUtil_RecoverVarsFromDatafiles (cGH *GH,
if (! CCTK_Equals (verbose, "none"))
{
- CCTK_VInfo (CCTK_THORNSTRING, "Reading variables from data file '%s'",
+ CCTK_VInfo (CCTK_THORNSTRING, "Reading variables from file with base name '%s'",
basefilename);
}