summaryrefslogtreecommitdiff
path: root/lib/sbin/interface_parser.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-03-20 11:03:47 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-03-20 11:03:47 +0000
commit249800607f9e38a9321ff56eff2391a507bbb0fd (patch)
tree8b3286703606955e79f7159a961ebfcea9c49666 /lib/sbin/interface_parser.pl
parent8390f94d76d6e106489b0dd116cabff08a046c8e (diff)
Amended an error message
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3182 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/interface_parser.pl')
-rw-r--r--lib/sbin/interface_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/interface_parser.pl b/lib/sbin/interface_parser.pl
index 242366c9..ae7b2d88 100644
--- a/lib/sbin/interface_parser.pl
+++ b/lib/sbin/interface_parser.pl
@@ -922,7 +922,7 @@ sub parse_interface_ccl
}
else
{
- &CST_error(0,"Unknown option $option in group $current_group " .
+ &CST_error(0,"Unknown option \"$option\" in group $current_group in interface.ccl for " .
"of thorn $thorn\n Perhaps you forgot a '\\' at the " .
"end of a continued line?",'',
__LINE__,__FILE__);