summaryrefslogtreecommitdiff
path: root/lib/sbin/ScheduleParser.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-01 11:32:58 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-01 11:32:58 +0000
commitb34c707f0e41e9349af7e38c9637cfde2a3be93c (patch)
tree5da1d5137974b6c0b16ef90a0a164282d0b0ea6d /lib/sbin/ScheduleParser.pl
parentbeca318d60e550dc0eb953ef79a14fd91c747d26 (diff)
Add missing arguments to a CST_error call
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3753 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/ScheduleParser.pl')
-rw-r--r--lib/sbin/ScheduleParser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/ScheduleParser.pl b/lib/sbin/ScheduleParser.pl
index 0d16c7a0..d9d96be7 100644
--- a/lib/sbin/ScheduleParser.pl
+++ b/lib/sbin/ScheduleParser.pl
@@ -420,7 +420,7 @@ sub ParseScheduleBlock
$language= $1;
if ($type eq "GROUP")
{
- &CST_error(1, "Scheduling group \"$name\" with LANG specifier in thorn \"$thorn\"");
+ &CST_error(1, "Scheduling group \"$name\" with LANG specifier in thorn \"$thorn\"","Groups should not have a LANG specificier",__LINE__,__FILE__);
}
}
}