From 58c9e2d5cf447c33cca1eaf1691efa22758447e6 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Wed, 7 Oct 1998 19:28:19 +0000 Subject: [PATCH] Improve the error message a bit. --- webtools/despot/commitcheck.templ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webtools/despot/commitcheck.templ b/webtools/despot/commitcheck.templ index 1f4e2c2e2a4d..a0a6575a2fc6 100644 --- a/webtools/despot/commitcheck.templ +++ b/webtools/despot/commitcheck.templ @@ -118,7 +118,8 @@ foreach $f (@files) { } } if (!$ok) { - print STDERR "You may not check into partition $fullname{$t}.\n"; + print STDERR "You may not check into partition $fullname{$t}\n"; + print STDERR "the file $repository/$f\n"; print STDERR "If you think you should be allowed to, send mail to\n"; print STDERR "one of the below people:\n"; $s = $super{$t};