From fef5fa453418df5dacda13c24b9f3fb12102479b Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 14 Apr 2005 20:10:20 +0000 Subject: [PATCH] disabled debug print, added vim boilerplate --- contrib/log2xml.pl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/contrib/log2xml.pl b/contrib/log2xml.pl index b9b8d5166..214d776b5 100755 --- a/contrib/log2xml.pl +++ b/contrib/log2xml.pl @@ -17,9 +17,12 @@ # You may want to edit the opt_ignore options below. # # Author : Edwin Steiner -# Revision: $Id: log2xml.pl 2304 2005-04-14 19:44:00Z edwin $ +# Revision: $Id: log2xml.pl 2305 2005-04-14 20:10:20Z edwin $ # # $Log$ +# Revision 1.2 2005/04/14 20:10:20 edwin +# disabled debug print, added vim boilerplate +# # Revision 1.1 2005/04/14 19:44:00 edwin # added log2xml.pl and log2xml.vim # @@ -373,7 +376,7 @@ sub process_text ( $$ ) { my ($thread,$text) = @_; - print STDERR "$.: $text\n"; + # print STDERR "$.: $text\n"; if ($opt_no_text_for_ignored && $ignore_level{$thread} > 0) { return; @@ -442,3 +445,5 @@ sub main main(); +# vim: noet ts=4 sw=4 ai + -- 2.25.1