summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-05 09:55:51 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-05 09:55:51 +0000
commit6276cc21956b4c8b5d7e201913bd517e4ac626a5 (patch)
tree1f6cc15b5df781efe9425c27f1af7443ecca1f36 /src
parentbe7972d18ce00762b8c462aaa012759ce9c2bcb2 (diff)
Fixed reported name of activated implementation.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@655 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/main/ActiveThorns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/ActiveThorns.c b/src/main/ActiveThorns.c
index b7d90a68..fe008555 100644
--- a/src/main/ActiveThorns.c
+++ b/src/main/ActiveThorns.c
@@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "ActiveThorns.h"
#include "SKBinTree.h"
@@ -231,7 +232,7 @@ int CCTK_ActivateThorn(const char *name)
if(!imp->active)
{
/* Activate the thorn. */
- printf("Success -> active implementation %s\n", name, thorn->implementation);
+ printf("Success -> active implementation %s\n", thorn->implementation);
thorn->active = 1;
imp->active = 1;
/* Remember which thorn activated this imp. */