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-Tag: release/1.79.1~6^2~5051 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c965a185f62778018fa58044472acc4e08dc19d;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"; } }