# HG changeset patch # User Peter Gervai # Date 1224108400 -7200 # Node ID c28af937b9bd191e5b8bb00b9ead25c811515c36 # Parent 69923c621cfe3e115a9e08add3c65c2305632c91 log verbosity fix (entr) diff -r 69923c621cfe -r c28af937b9bd bins_edit --- a/bins_edit Thu Oct 16 00:05:56 2008 +0200 +++ b/bins_edit Thu Oct 16 00:06:40 2008 +0200 @@ -409,7 +409,7 @@ ) or usage(1); - print "Verbosity is $verbose" if $verbose>1; + print "Verbosity is $verbose\n" if $verbose>1; my @files; if ($#ARGV < 0) {