From 5c46410189d2496e211208af6f43d408ca8f0eb1 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 12 Dec 2001 13:49:19 +0000 Subject: 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 --- src/CheckpointRecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3