summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-01-18 16:19:03 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2013-01-18 16:19:03 +0000
commitf8a64793565bf9b5d737c3e2bfa3fe6ac0a47472 (patch)
treec948047a7b36658e9c1e853aa347dc1c2fe8d62f /src
parent9b8c2d50c0d37ddd7f5cb74d221290c6fcb6e2f7 (diff)
Correct variable name
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4942 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-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++;
}
}