aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverVar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RecoverVar.c')
-rw-r--r--src/RecoverVar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RecoverVar.c b/src/RecoverVar.c
index ab94087..19a6cb3 100644
--- a/src/RecoverVar.c
+++ b/src/RecoverVar.c
@@ -535,7 +535,7 @@ static int GetCommonAttributes (const cGH *GH,
oldmsg = msg;
Util_asprintf (&msg, "%s)", msg);
free (oldmsg);
- CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING, msg);
+ CCTK_VWarn (2, __LINE__, __FILE__, CCTK_THORNSTRING, "%s", msg);
free (msg);
}
return (-1);