summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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__);
}
}