From: Adam Di Carlo Date: Thu, 19 Dec 2002 22:15:34 +0000 (+0000) Subject: clarify one of the msgs so we know why it's chatting at us X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f5e04ed595ad6766ae1bcb283b3e1fbfba33cbd;p=docbook-dsssl clarify one of the msgs so we know why it's chatting at us --- diff --git a/cvstools/dsl2man b/cvstools/dsl2man index 0b449b92f..727845cd9 100755 --- a/cvstools/dsl2man +++ b/cvstools/dsl2man @@ -135,7 +135,7 @@ while (@FILES) { } elsif ($match =~ /^\(element/i) { #nop; } else { - print $file, " ", substr($match, 0, 30), "\n"; + print $file, ": ignoring ", substr($match, 0, 30), "\n"; } }