From 309750c024ff4867eae9bc09a63649367b4123e2 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 10 May 2004 19:00:07 +0000 Subject: Patch from Yaakoub to give thorn name in error message. Fixes PR 1658. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3712 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/ConfigurationParser.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/sbin/ConfigurationParser.pl b/lib/sbin/ConfigurationParser.pl index 58965bf1..ec4f82f5 100644 --- a/lib/sbin/ConfigurationParser.pl +++ b/lib/sbin/ConfigurationParser.pl @@ -202,7 +202,8 @@ sub ParseConfigurationCCL } else { - &CST_error (0, "Unrecognised line in configure.ccl '$line'"); + chomp($line); + &CST_error (0, "Unrecognised line '$line' in configure.ccl of thorn '$thorn'"); } } } -- cgit v1.2.3