summaryrefslogtreecommitdiff
path: root/lib/sbin/parameter_parser.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-06 10:51:29 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-06 10:51:29 +0000
commit635975881ba5341c2a3f2b14b728ffc54561af16 (patch)
treef1af73f3f2f25179a051f463dd908e982a417fc3 /lib/sbin/parameter_parser.pl
parent9eed93cf4ecfd71833d4852c943a68442c2d1d2b (diff)
improved error message
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3252 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/parameter_parser.pl')
-rw-r--r--lib/sbin/parameter_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/parameter_parser.pl b/lib/sbin/parameter_parser.pl
index 4b89ab9b..30b22c73 100644
--- a/lib/sbin/parameter_parser.pl
+++ b/lib/sbin/parameter_parser.pl
@@ -144,7 +144,7 @@ sub parse_param_ccl
if ($3 !~ /^\s*$/)
{
- $mess = "More than one implementation on SHARES line in thorn $thorn";
+ $mess = "More than one implementation on SHARES line in param.ccl for thorn $thorn";
&CST_error(0,$mess,"",__LINE__,__FILE__);
}