Kaydet (Commit) 6c968d5d authored tarafından Petr Mladek's avatar Petr Mladek

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
üst e80b5f0a
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment