From 9977348a3dd8b962d56e7d2ce4bebcd5b623003d 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. git-svn-id: svn://10.0.0.236/trunk@12206 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/despot/commitcheck.templ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/despot/commitcheck.templ b/mozilla/webtools/despot/commitcheck.templ index 1f4e2c2e2a4..a0a6575a2fc 100644 --- a/mozilla/webtools/despot/commitcheck.templ +++ b/mozilla/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};