Re: scripts/services/syslogd
"MrC" <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <000001c7b78a$56354510$0a02a8c0@yellowstone> |
> ...
> > while (defined($ThisLine = <STDIN>)) {
> > chomp($ThisLine);
> ...
> > else {
> > # Report any unmatched entries...
> > chomp($ThisLine);
> > $OtherList{$ThisLine}++;
>
> The second chomp() is redundant, though harmless.
>
Fixed and checked in.
MrC