summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-03 14:10:15 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-03 14:10:15 +0000
commit3aec6e520a6a52b84b4fbda17629266f584a2904 (patch)
treecc8bd31a33ffd440be8bdb923e0346bbc669b582 /lib
parent359e7dd044f909333f48fed36fec3ab1b57cb07e (diff)
More all-encompassing error messages - PR 648.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2138 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/ImpParamConsistency.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/ImpParamConsistency.pl b/lib/sbin/ImpParamConsistency.pl
index 27b3afb8..288ac90a 100644
--- a/lib/sbin/ImpParamConsistency.pl
+++ b/lib/sbin/ImpParamConsistency.pl
@@ -73,13 +73,13 @@ sub CheckImpParamConsistency
}
else
{
- $message = "Thorn $thorn attempted to EXTEND non-restricted parameter $parameter from $friend";
+ $message = "Thorn $thorn attempted to EXTEND or USE non-restricted parameter $parameter from $friend";
&CST_error(0,$message,__LINE__,__FILE__);
}
}
else
{
- $message = "Thorn $thorn attempted to EXTEND non-existant parameter $parameter from $friend";
+ $message = "Thorn $thorn attempted to EXTEND or USE non-existant parameter $parameter from $friend";
&CST_error(0,$message,__LINE__,__FILE__);
}
}