From 52746fa65d2ec7dc48ef8a00bddaccd6bbb5373c Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 6 Oct 2011 19:23:24 +0000 Subject: clarify error message about missing aliased function git-svn-id: http://svn.cactuscode.org/flesh/trunk@4742 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/CreateFunctionBindings.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sbin/CreateFunctionBindings.pl b/lib/sbin/CreateFunctionBindings.pl index 8e6aa07f..b607ce69 100644 --- a/lib/sbin/CreateFunctionBindings.pl +++ b/lib/sbin/CreateFunctionBindings.pl @@ -1402,7 +1402,7 @@ sub printAliasToWrapper push(@data," if (!${callname})"); push(@data," {"); - push(@data," CCTK_Warn(0, __LINE__, __FILE__, \"Bindings\",\"The function ${Function{\"Name\"}} has not been provided by any thorn in your thornlist\");"); + push(@data," CCTK_Warn(0, __LINE__, __FILE__, \"Bindings\",\"The function ${Function{\"Name\"}} has not been provided by any active thorn.\");"); push(@data," }"); push(@data,""); -- cgit v1.2.3