aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/RecoverVar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RecoverVar.c b/src/RecoverVar.c
index 29a3390..cbcf3ba 100644
--- a/src/RecoverVar.c
+++ b/src/RecoverVar.c
@@ -777,7 +777,8 @@ static herr_t processDataset (hid_t group, const char *datasetname, void *arg)
}
else
{
- if (CCTK_Equals (verbose, "full"))
+ if (CCTK_Equals (verbose, "full") ||
+ (ioUtilGH->do_inVars && ! CCTK_Equals (verbose, "none")))
{
fullname = CCTK_FullName (vindex);
CCTK_VInfo (CCTK_THORNSTRING, "Restoring variable '%s' (timelevel %d, "