aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-12-12 13:49:19 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-12-12 13:49:19 +0000
commit5c46410189d2496e211208af6f43d408ca8f0eb1 (patch)
tree285ebe42d0a3a4371d10e05a99403e6ecd9f24ba
parent5a992bdbdd8853043952c944a7b1df7482a5a587 (diff)
Fixed bug when printing an info message during recovery.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@137 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 7328a7f..6cb2582 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -519,7 +519,7 @@ int IOUtil_RecoverParameters (int (*recoverFn) (cGH *GH,
{
CCTK_VInfo (CCTK_THORNSTRING, "Searching for %s checkpoint files "
"with basefilename '%s' in directory '%s'",
- recover_file, recovery_dir);
+ fileType, recover_file, recovery_dir);
}
/* set the file prefix and extension for selecting valid recovery files */