summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateFunctionBindings.pl
diff options
context:
space:
mode:
authorhawke <hawke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-07 16:24:55 +0000
committerhawke <hawke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-07 16:24:55 +0000
commit407c50148d55c386073820f4cd7c104ac713ec87 (patch)
treeb5706c8664e22f517312dc1b6affb8468fd106e8 /lib/sbin/CreateFunctionBindings.pl
parent09472fdac9b032685b8c09a5d44bfada6aed0c58 (diff)
When a REQUIRED function is not provided also print the thorn that's doing the REQUIREing in the first place.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3761 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CreateFunctionBindings.pl')
-rw-r--r--lib/sbin/CreateFunctionBindings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/CreateFunctionBindings.pl b/lib/sbin/CreateFunctionBindings.pl
index 10a91349..7f9d3216 100644
--- a/lib/sbin/CreateFunctionBindings.pl
+++ b/lib/sbin/CreateFunctionBindings.pl
@@ -959,7 +959,7 @@ sub RegisterAllFunctions
push(@required,' {');
push(@required,' CCTK_Warn(1, __LINE__, __FILE__, "Bindings",');
push(@required,' "The aliased function ' .
- "'$Function->{'Name'}'" .
+ "'$Function->{'Name'}' (required by thorn '$thorn')" .
' has not been provided by any active thorn !\n"');
push(@required,' "Please activate one of the following '.
'thorns which provide this function:\n"');