From 108ece94c2fe4b3ab07973e9b0f364dcbf7ec44b Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 12 Aug 2009 18:28:30 +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@272 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 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); } -- cgit v1.2.3