summaryrefslogtreecommitdiff
path: root/lib/sbin/ConfigurationParser.pl
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-27 19:23:42 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-27 19:23:42 +0000
commit693145c87677dff83d329f4823517af4ac9989b9 (patch)
tree42b64e4b5492405323b34185820c4a81a0ad9383 /lib/sbin/ConfigurationParser.pl
parent1690d41d14f2aab85add9811139795617a928f5a (diff)
Making the error message for the deprecated REQUIRES THORNS more explicit.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3607 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/ConfigurationParser.pl')
-rw-r--r--lib/sbin/ConfigurationParser.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/ConfigurationParser.pl b/lib/sbin/ConfigurationParser.pl
index 40aac418..58965bf1 100644
--- a/lib/sbin/ConfigurationParser.pl
+++ b/lib/sbin/ConfigurationParser.pl
@@ -183,8 +183,8 @@ sub ParseConfigurationCCL
$cfg->{"\U$thorn\E REQUIRES THORNS"} .= "$1";
if ($cfg->{"\U$thorn\E REQUIRES THORNS"})
{
- &CST_error (3, 'This feature will not be supported in release beta-14' .
- "\n Please make sure you adjust thorn \U$thorn\E accordingly ");
+ &CST_error (3, '\'Requires Thorns\' will not be supported in release beta-14' .
+ "\n Please adjust thorn \U$thorn\E to use \'Requires\' instead.");
}
}
elsif($line =~ m/^\s*REQUIRES\s*(.*)/i)