Skip to content

Commit f826aff

Browse files
committed
[css2] More descriptive text for warning message.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402672
1 parent 6a6a612 commit f826aff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/bin/chkprops

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/local/bin/perl
22
# Check validity of property instances in sepc.
33
# Ian Jacobs - ij@w3.org
4-
# $Id: chkprops,v 1.5 2006-10-09 18:55:52 ihickson Exp $
4+
# $Id: chkprops,v 1.6 2007-04-16 12:43:46 bbos Exp $
55

66
$PROGNAME = substr($0, rindex($0, "/") + 1);
77
if ($#ARGV < 1) {
@@ -69,7 +69,7 @@ foreach $file (@ARGV) {
6969
$propdb{$propkey} =~ s/False/True/si;
7070
}
7171
if ( $content !~ /\s*'$propkey'\s*/ ) {
72-
warn "Content $content not same as name for $propkey in $file\n";
72+
warn "$PROGNAME:$file:1:1:W: Content of SPAN is \"$content\" but should be \"'$propkey'\"\n";
7373
}
7474
$_ = $continue;
7575
}

0 commit comments

Comments
 (0)