From 6c968d5d1974a205f6b5a320cc277ad23cb8518b Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Wed, 13 Jun 2012 12:55:13 +0200 Subject: lo-commit-stat: really print the piece title into the log file perl is really funny; the file handle can't be delimited by a comma Change-Id: I49661d784ec3a10134e448800a3b81343e6748b1 --- bin/lo-commit-stat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat index d6b7846ca5bb..d2b6d8557049 100755 --- a/bin/lo-commit-stat +++ b/bin/lo-commit-stat @@ -243,7 +243,7 @@ sub print_summary_in_stat($$$$$$) # print piece title if not done yet if ( defined ${$ppiece_title} ) { - print $log, "${$ppiece_title}\n"; + print $log "${$ppiece_title}\n"; ${$ppiece_title} = undef; } -- cgit