summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-25 20:04:28 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-09-25 20:04:28 +0000
commit49a15bc6ee520d7127e5cff4a6770b05f4b3bc04 (patch)
tree7808ee41474e4b4bc2fd09c5286d6eff5148bc73 /lib/sbin/CST
parent1baa3323b8b7c3a55830f4cc75896a9dfd698ed5 (diff)
Improve error message
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4137 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index 894614b8..e7ecc57f 100644
--- a/lib/sbin/CST
+++ b/lib/sbin/CST
@@ -6,7 +6,7 @@
# @desc
# Parses the the configuration files for thorns.
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.74 2005-08-16 17:25:52 yye00 Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.75 2005-09-25 20:04:28 schnetter Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -230,8 +230,8 @@ sub CreateThornList
{
&CST_error(0, "Thorn name $thorn_name is not valid",
'Thorn names must begin with a letter, can only contain ' .
- 'letters, numbers and underscores, and must contain 27 ' .
- 'or less', __LINE__, __FILE__);
+ 'letters, numbers and underscores, and must contain at most 27 ' .
+ 'characters', __LINE__, __FILE__);
}
if( -d "$cctk_home/arrangements/$thorn")