summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/ActiveThorns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ActiveThorns.c b/src/main/ActiveThorns.c
index 2912d015..7a4afccd 100644
--- a/src/main/ActiveThorns.c
+++ b/src/main/ActiveThorns.c
@@ -939,7 +939,7 @@ int CCTKi_ActivateThorns(const char *activethornlist)
{
if (! Util_StringListAdd(activated_thorns, token))
{
- printf("Warning: thorn %s already scheduled for activation\n", thorn);
+ printf("Warning: thorn %s already scheduled for activation\n", token);
n_warnings++;
}
}